1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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
This commit is contained in:
Stefan Metzmacher 2011-02-01 17:38:02 +01:00
parent a152f20dd1
commit ff0f63329a

View 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) {