diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-14 11:35:21 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-05 06:32:07 +1000 |
commit | ff9b6682a014f47e3b367c3286407bfc39fd286c (patch) | |
tree | 7086ed36ed1373875540559b4a355b583f430695 /source3/include | |
parent | 17d8f0ad30847bb940f645ee1817d782ddaaee74 (diff) | |
download | samba-ff9b6682a014f47e3b367c3286407bfc39fd286c.tar.gz samba-ff9b6682a014f47e3b367c3286407bfc39fd286c.tar.bz2 samba-ff9b6682a014f47e3b367c3286407bfc39fd286c.zip |
s3-auth Rename user_session_key -> session_key to match auth_session_info
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index c017da98db..4f7cb9bb14 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -46,7 +46,7 @@ struct auth_serversupplied_info { * Bottom line, it is not the same as the session keys in info3. */ - DATA_BLOB user_session_key; + DATA_BLOB session_key; DATA_BLOB lm_session_key; struct netr_SamInfo3 *info3; |