diff options
Diffstat (limited to 'source3/rpc_client/cli_lsarpc.c')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index 1cf584a29b..b039bde159 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -34,8 +34,7 @@ extern int DEBUGLEVEL; /**************************************************************************** obtain the sid from the PDC. do some verification along the way... ****************************************************************************/ -BOOL get_domain_sids(const char *myname, - DOM_SID *sid3, DOM_SID *sid5, char *domain) +BOOL get_domain_sids(const char *domain, DOM_SID *sid3, DOM_SID *sid5) { POLICY_HND pol; fstring srv_name; |