s3:rpcclient/cmd_samr: remove useless ';'
authorStefan Metzmacher <metze@samba.org>
Tue, 1 Feb 2011 16:38:02 +0000 (17:38 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 1 Feb 2011 18:19:24 +0000 (19:19 +0100)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Feb  1 19:19:24 CET 2011 on sn-devel-104

source3/rpcclient/cmd_samr.c

index 4c1dc90c976f1453ebec0cb19a0f7b5d4f51122e..727c9d1456039386fcf0e42dcfe59b06f83d8ed4 100644 (file)
@@ -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) {