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:
parent
a152f20dd1
commit
ff0f63329a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user