diff options
author | Volker Lendecke <vl@samba.org> | 2008-06-24 14:33:31 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-06-26 13:13:23 +0200 |
commit | 747a5809528cffc40f46d7e27a96ce0c559056b4 (patch) | |
tree | efac9941547ce055223d6321bb88cb1c72af8aa4 /source3/include | |
parent | cebbb2d84a8ab365f36d7e30177418a44fddb9e5 (diff) | |
download | samba-747a5809528cffc40f46d7e27a96ce0c559056b4.tar.gz samba-747a5809528cffc40f46d7e27a96ce0c559056b4.tar.bz2 samba-747a5809528cffc40f46d7e27a96ce0c559056b4.zip |
Now that we have p->server_info, use p->server_info->user_session_key
(This used to be commit aefad64e3a5c86d2f988d47e6215ed2085b8fc47)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 352d17bd3b..d582d50c97 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -237,7 +237,6 @@ typedef struct pipes_struct { */ struct current_user pipe_user; - DATA_BLOB session_key; /* * Set to true when an RPC bind has been done on this pipe. |