diff options
author | Günther Deschner <gd@samba.org> | 2008-01-31 14:10:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-31 14:10:22 +0100 |
commit | 2e0a1fcf3f461f134c910e83ab82115c00827231 (patch) | |
tree | f2b0db7f7d686669dba28d60303a593bbdc1b4c6 /source3/lib/netapi | |
parent | 09454362cf75ecb7db58560604b567611e89d5ef (diff) | |
download | samba-2e0a1fcf3f461f134c910e83ab82115c00827231.tar.gz samba-2e0a1fcf3f461f134c910e83ab82115c00827231.tar.bz2 samba-2e0a1fcf3f461f134c910e83ab82115c00827231.zip |
Re-run make idl.
Guenther
(This used to be commit b658270518140c457536b0c7db06a646d7077529)
Diffstat (limited to 'source3/lib/netapi')
-rw-r--r-- | source3/lib/netapi/getdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/netapi/getdc.c b/source3/lib/netapi/getdc.c index 1084ddc3c8..2626eb0af4 100644 --- a/source3/lib/netapi/getdc.c +++ b/source3/lib/netapi/getdc.c @@ -69,8 +69,8 @@ static WERROR NetGetDCNameRemote(struct libnetapi_ctx *ctx, status = rpccli_netr_GetDcName(pipe_cli, ctx, server_name, domain_name, - (const char **)buffer); - werr = ntstatus_to_werror(status); + (const char **)buffer, + &werr); done: if (cli) { cli_shutdown(cli); |