r11857: Fix the build.
authorGünther Deschner <gd@samba.org>
Tue, 22 Nov 2005 14:32:29 +0000 (14:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:31 +0000 (11:05 -0500)
Guenther
(This used to be commit 6508cb1c805dee291c87a57998f0f1f53b9a6013)

source3/rpcclient/cmd_lsarpc.c

index 2cc1ffcca0fcb571d731a97ca5ff6e1515ee918d..5a0ba0548335fe9d0a8f7dc902cb6bd68e45171f 100644 (file)
@@ -934,7 +934,7 @@ static NTSTATUS cmd_lsa_query_trustdominfo(struct rpc_pipe_client *cli,
                goto done;
 
        result = rpccli_lsa_query_trusted_domain_info(cli, mem_ctx, &trustdom_pol, 
-                                                  info_class, &dom_sid, &info);
+                                                  info_class, &info);
 
        if (!NT_STATUS_IS_OK(result))
                goto done;