diff options
Diffstat (limited to 'src/launch-unix.c')
-rw-r--r-- | src/launch-unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launch-unix.c b/src/launch-unix.c index b971cac7..ab0e9d07 100644 --- a/src/launch-unix.c +++ b/src/launch-unix.c @@ -103,7 +103,7 @@ launch_unix (guestfs_h *g, const char *sockpath) } static int -shutdown_unix (guestfs_h *g) +shutdown_unix (guestfs_h *g, int check_for_errors) { /* Merely closing g->sock is sufficient and that is already done * in the calling code. |