diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-02-01 17:38:02 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-02-01 19:19:24 +0100 |
commit | ff0f63329a884d74d088436958b963787426dc7c (patch) | |
tree | 0f1d59be3df0d1c55d4f72715c2bb6031e42b9db /source3/rpcclient/cmd_samr.c | |
parent | a152f20dd10288ce51ac987af8fb87ab30eb5654 (diff) | |
download | samba-ff0f63329a884d74d088436958b963787426dc7c.tar.gz samba-ff0f63329a884d74d088436958b963787426dc7c.tar.xz samba-ff0f63329a884d74d088436958b963787426dc7c.zip |
s3:rpcclient/cmd_samr: remove useless ';'
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Feb 1 19:19:24 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/rpcclient/cmd_samr.c')
-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) { |