diff options
-rw-r--r-- | source3/rpcclient/cmd_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |