diff options
author | Tim Potter <tpot@samba.org> | 2002-06-04 03:19:20 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-06-04 03:19:20 +0000 |
commit | 8e9a8b29f2b86c327cc570a1c7e97eee314e66ca (patch) | |
tree | ac37877f52437d7e5615dd442b86531634cd85b1 /source3 | |
parent | 57bfec68d5c1ebac63722e703a950db6057946e1 (diff) | |
download | samba-8e9a8b29f2b86c327cc570a1c7e97eee314e66ca.tar.gz samba-8e9a8b29f2b86c327cc570a1c7e97eee314e66ca.tar.bz2 samba-8e9a8b29f2b86c327cc570a1c7e97eee314e66ca.zip |
Fixed compiler warning.
(This used to be commit 361afd241beeda033068c7f3a976f3f69fa2ac33)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpcclient/cmd_samr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index 3e7395d8ce..7a0f5671b9 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -1311,7 +1311,6 @@ static NTSTATUS cmd_samr_get_dom_pwinfo(struct cli_state *cli, printf("unk_2 = 0x%08x\n", unk_2); } - done: return result; } |