summaryrefslogtreecommitdiff
path: root/source3/include/rpc_netlogon.h
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2000-10-10 13:08:55 +0000
committerJean-François Micouleau <jfm@samba.org>2000-10-10 13:08:55 +0000
commit11d999f2bc0c841696bc3ea1ddda48524242482c (patch)
treed73b35ac9fde76d355a81ecab65ad4c2ef2a4652 /source3/include/rpc_netlogon.h
parent2d33e87424197b993e8e7d218c0945cc2b66078a (diff)
downloadsamba-11d999f2bc0c841696bc3ea1ddda48524242482c.tar.gz
samba-11d999f2bc0c841696bc3ea1ddda48524242482c.tar.bz2
samba-11d999f2bc0c841696bc3ea1ddda48524242482c.zip
a netlogon enum trust query doesn't have a function_code at end.
a sam_user_info_24 doesn't have a uint16 at end samr_create_user also creates the unix account now samr_set_userinfo changes the password. J.F. (This used to be commit 94f4024481fcd0cb6647af1bd4364033be020641)
Diffstat (limited to 'source3/include/rpc_netlogon.h')
-rw-r--r--source3/include/rpc_netlogon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h
index 0404afd9e5..f5fc45ac52 100644
--- a/source3/include/rpc_netlogon.h
+++ b/source3/include/rpc_netlogon.h
@@ -208,8 +208,6 @@ typedef struct net_q_trust_dom_info
{
uint32 ptr; /* undocumented buffer pointer */
UNISTR2 uni_server_name; /* server name, starting with two '\'s */
-
- uint32 function_code; /* 0x31 */
} NET_Q_TRUST_DOM_LIST;