summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-06-08 10:29:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:12 -0500
commit1ea5dfae043da76183191c10bcadbd77e14d1fff (patch)
treea69e61c5b0cc8d70501caac1488f5db63d500eb0 /source3/include
parent774ceeea50b5d2eed8de8dcf2846ea5201c9ad96 (diff)
downloadsamba-1ea5dfae043da76183191c10bcadbd77e14d1fff.tar.gz
samba-1ea5dfae043da76183191c10bcadbd77e14d1fff.tar.bz2
samba-1ea5dfae043da76183191c10bcadbd77e14d1fff.zip
r23380: netr_getdcname returns WERROR not NTSTATUS.
Guenther (This used to be commit 5e75ea7f2b568d76c8ced5f43171741532cc97c2)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_netlogon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h
index 163b18a266..940709346f 100644
--- a/source3/include/rpc_netlogon.h
+++ b/source3/include/rpc_netlogon.h
@@ -442,7 +442,7 @@ typedef struct net_q_getdcname {
typedef struct net_r_getdcname {
uint32 ptr_dcname;
UNISTR2 uni_dcname;
- NTSTATUS status;
+ WERROR status;
} NET_R_GETDCNAME;
/* NET_Q_TRUST_DOM_LIST - LSA Query Trusted Domains */