diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-21 08:01:51 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-21 23:36:05 +0200 |
commit | b78453326bf41cf3af239a5415dfef80a842d555 (patch) | |
tree | 6d788f05ceef5a1efc0ed9dd67e66366ebd6291f /source3/include | |
parent | ba0bf87d967a9544b9c97525994a43ad5b6f1f60 (diff) | |
download | samba-b78453326bf41cf3af239a5415dfef80a842d555.tar.gz samba-b78453326bf41cf3af239a5415dfef80a842d555.tar.bz2 samba-b78453326bf41cf3af239a5415dfef80a842d555.zip |
Remove the "pwd" struct from rpc_pipe_client
The only user of this was decrypt_trustdom_secret, and this only needs the NT
hash anyway.
(This used to be commit 3d8c2a47e677a4c4aacf4abf148b1bd8163c3351)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 5cfc9a6f92..9cbfa51bb1 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -73,7 +73,6 @@ struct rpc_pipe_client { char *domain; char *user_name; - struct pwd_info pwd; uint16 max_xmit_frag; uint16 max_recv_frag; |