diff options
author | Günther Deschner <gd@samba.org> | 2008-02-16 16:06:55 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-16 16:06:55 +0100 |
commit | 697f8904e7ec90aa5817c7903bf266e8d04c96b0 (patch) | |
tree | 7f05fe111917ebdeb609f5c4888aaadb131b28b5 /source3/include | |
parent | dd65a349350717eb17257ccf281561dd878ead12 (diff) | |
download | samba-697f8904e7ec90aa5817c7903bf266e8d04c96b0.tar.gz samba-697f8904e7ec90aa5817c7903bf266e8d04c96b0.tar.bz2 samba-697f8904e7ec90aa5817c7903bf266e8d04c96b0.zip |
Remove unused marshalling for NET_SRV_PWSET.
Guenther
(This used to be commit e48737f04d2324b604f3290904ec6163a6242ae5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_netlogon.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index e8414edd90..044368d613 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -309,19 +309,6 @@ typedef struct net_r_auth3_info { } NET_R_AUTH_3; -/* NET_Q_SRV_PWSET */ -typedef struct net_q_srv_pwset_info { - DOM_CLNT_INFO clnt_id; /* client identification/authentication info */ - uint8 pwd[16]; /* new password - undocumented. */ -} NET_Q_SRV_PWSET; - -/* NET_R_SRV_PWSET */ -typedef struct net_r_srv_pwset_info { - DOM_CRED srv_cred; /* server-calculated credentials */ - - NTSTATUS status; /* return code */ -} NET_R_SRV_PWSET; - /* NET_ID_INFO_2 */ typedef struct net_network_info_2 { uint32 ptr_id_info2; /* pointer to id_info_2 */ |