From f6c646467d3b6a4ad296e50a1bf89a36ce9551bc Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 27 Jan 1999 19:37:29 +0000 Subject: set_port warning / unused / global/local variable overlap issues cmd_svcctl.c tests got put into cvs by mistake. (This used to be commit 0ed70972d72533558f0fdd43e6ec95ac2102b9d0) --- source3/rpcclient/cmd_svcctl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source3/rpcclient') diff --git a/source3/rpcclient/cmd_svcctl.c b/source3/rpcclient/cmd_svcctl.c index 4f0978e17f..8ee454aaf5 100644 --- a/source3/rpcclient/cmd_svcctl.c +++ b/source3/rpcclient/cmd_svcctl.c @@ -68,11 +68,11 @@ void cmd_svc_enum(struct client_info *info) do { - /* enumerate services */ - res1 = res ? do_svc_enum_svcs(smb_cli, fnum, - &sc_man_pol, - 0x00000030, 0x00000003, - 0x00000080, &resume_hnd, &svcs) : False; + /* enumerate services */ + res1 = res ? do_svc_enum_svcs(smb_cli, fnum, + &sc_man_pol, + 0x00000030, 0x00000003, + 0x00000080, &resume_hnd, &svcs) : False; } while (resume_hnd != 0); -- cgit