s3-auth Restore nss_token behaviour by reading from server_info
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Jul 2011 07:57:35 +0000 (17:57 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:10 +0000 (09:17 +1000)
commitf47662f363a433f43568b62af14be979c33109e1
tree38759ccaeb08291420ee1e4a26ff22f8ae443e12
parent55ad1da888bccad47f2e60fc6dc077fd6ab14832
s3-auth Restore nss_token behaviour by reading from server_info

The implementation of copy_serverinfo(), used to copy server_info into
session_info never copied the nss_token variable, and so
17d8f0ad30847bb940f645ee1817d782ddaaee74 introduced this regression.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/auth/auth_util.c