summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-12-03 18:25:13 +0100
committerGünther Deschner <gd@samba.org>2007-12-03 18:43:19 +0100
commit9ab00383487d1c6906b7cbe097de6cc58165471f (patch)
tree904001cc1d287f054aa7b1a7a1c8d53913790afc /source3/utils/net_rpc.c
parent82089a2e84ae818c483183a866e24b4e4522058a (diff)
downloadsamba-9ab00383487d1c6906b7cbe097de6cc58165471f.tar.gz
samba-9ab00383487d1c6906b7cbe097de6cc58165471f.tar.bz2
samba-9ab00383487d1c6906b7cbe097de6cc58165471f.zip
Fix svcctl callers.
Guenther (This used to be commit 91bf2ac1af66acd8bcc831e758b3765fc94b2485)
Diffstat (limited to 'source3/utils/net_rpc.c')
-rw-r--r--source3/utils/net_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 9c8eb32618..97dcf2c526 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -4921,7 +4921,7 @@ static NTSTATUS rpc_file_close_internals(const DOM_SID *domain_sid,
{
return rpccli_srvsvc_NetFileClose(pipe_hnd, mem_ctx,
pipe_hnd->cli->desthost,
- atoi(argv[0]));
+ atoi(argv[0]), NULL);
}
/**