diff options
author | Luke Leighton <lkcl@samba.org> | 1999-01-27 19:37:29 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-01-27 19:37:29 +0000 |
commit | f6c646467d3b6a4ad296e50a1bf89a36ce9551bc (patch) | |
tree | b5d134397f1186982548c83c4dcd79fbf99a78c4 /source3/rpcclient | |
parent | 4423c27fe5ff58580add16b28f08ca693144107b (diff) | |
download | samba-f6c646467d3b6a4ad296e50a1bf89a36ce9551bc.tar.gz samba-f6c646467d3b6a4ad296e50a1bf89a36ce9551bc.tar.bz2 samba-f6c646467d3b6a4ad296e50a1bf89a36ce9551bc.zip |
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)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_svcctl.c | 10 |
1 files changed, 5 insertions, 5 deletions
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); |