Skip to content

Commit

Permalink
Merge commit 'a3b9c610b4d649e3b86845452aea927d5de6efca'
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-git committed Aug 7, 2012
2 parents 7dbf2ac + a3b9c61 commit ed4928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xenops/device.ml
Expand Up @@ -915,7 +915,7 @@ let stop ~xs domid =
match pid ~xs domid with
| Some pid ->
best_effort "killing vncterm"
(fun () -> Unix.kill (-pid) Sys.sigterm);
(fun () -> Unix.kill pid Sys.sigterm);
best_effort "removing vncterm-pid from xenstore"
(fun () -> xs.Xs.rm (vnc_pid_path domid))
| None -> ()
Expand Down

0 comments on commit ed4928c

Please sign in to comment.