Fix typo
authorThomas Hood <jdthood@gmail.com>
Tue, 20 Sep 2011 10:52:39 +0000 (12:52 +0200)
committerThomas Hood <jdthood@gmail.com>
Tue, 20 Sep 2011 10:52:39 +0000 (12:52 +0200)
source/winexe.c

index f68c715239595982919e2d910ca6a04d60ae9436..6a881d3f5c30aae1a4e0750d1fd1bb32a35abbfc 100644 (file)
@@ -377,7 +377,7 @@ static void exit_program(struct winexe_context *c)
        if (c->args->flags & SVC_UNINSTALL)
                svc_uninstall(ev_ctx, c->args->hostname,
                              SERVICE_NAME, SERVICE_FILENAME,
-                             c->args->credentials
+                             c->args->credentials,
                              cmdline_lp_ctx);
        exit(c->return_code);
 }