From cef5cb2dcbe1089f5fde6478a9c0f2ed93ce3c80 Mon Sep 17 00:00:00 2001 From: John Howard Date: Wed, 22 Jul 2015 19:30:47 -0700 Subject: [PATCH] Windows: Stupid copy/paste error Signed-off-by: John Howard --- daemon/execdriver/windows/terminatekill.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/execdriver/windows/terminatekill.go b/daemon/execdriver/windows/terminatekill.go index cd63edbaa8..f19f16fda3 100644 --- a/daemon/execdriver/windows/terminatekill.go +++ b/daemon/execdriver/windows/terminatekill.go @@ -37,7 +37,7 @@ func kill(id string, pid int) error { } else { // Shutdown the compute system - if err = hcsshim.TerminateComputeSystem(id); err != nil { + if err = hcsshim.ShutdownComputeSystem(id); err != nil { logrus.Errorf("Failed to shutdown %s - %s", id, err) } }