diff options
author | Günther Deschner <gd@samba.org> | 2008-02-17 02:39:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-17 02:39:36 +0100 |
commit | 41e93135cf23e86660ec64430b8765c405505c08 (patch) | |
tree | 8b10f7faf33bbbd9499d5c6b568cc487b38b3b55 /source3/include | |
parent | 9519d95c4adbcc44abaf1288bcda0972d625036c (diff) | |
download | samba-41e93135cf23e86660ec64430b8765c405505c08.tar.gz samba-41e93135cf23e86660ec64430b8765c405505c08.tar.bz2 samba-41e93135cf23e86660ec64430b8765c405505c08.zip |
Remove unused marshalling for NET_AUTH. This must have been forgotten.
Guenther
(This used to be commit 7bbd64c16f8dda85275ddca0fd00849f890c6e4f)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_netlogon.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index ed69cf7722..c6d5651a9c 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -263,18 +263,6 @@ typedef struct neg_flags_info { uint32 neg_flags; /* negotiated flags */ } NEG_FLAGS; -/* NET_Q_AUTH */ -typedef struct net_q_auth_info { - DOM_LOG_INFO clnt_id; /* client identification info */ - DOM_CHAL clnt_chal; /* client-calculated credentials */ -} NET_Q_AUTH; - -/* NET_R_AUTH */ -typedef struct net_r_auth_info { - DOM_CHAL srv_chal; /* server-calculated credentials */ - NTSTATUS status; /* return code */ -} NET_R_AUTH; - /* NET_Q_AUTH_3 */ typedef struct net_q_auth3_info { DOM_LOG_INFO clnt_id; /* client identification info */ |