From 8e9a8b29f2b86c327cc570a1c7e97eee314e66ca Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 4 Jun 2002 03:19:20 +0000 Subject: Fixed compiler warning. (This used to be commit 361afd241beeda033068c7f3a976f3f69fa2ac33) --- source3/rpcclient/cmd_samr.c | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit