From ff0f63329a884d74d088436958b963787426dc7c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 1 Feb 2011 17:38:02 +0100 Subject: s3:rpcclient/cmd_samr: remove useless ';' metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Tue Feb 1 19:19:24 CET 2011 on sn-devel-104 --- source3/rpcclient/cmd_samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index 4c1dc90c97..727c9d1456 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -2055,7 +2055,7 @@ static NTSTATUS cmd_samr_lookup_names(struct rpc_pipe_client *cli, uint32 num_names; struct samr_Ids rids, name_types; int i; - struct lsa_String *names = NULL;; + struct lsa_String *names = NULL; struct dcerpc_binding_handle *b = cli->binding_handle; if (argc < 3) { -- cgit