s3-auth: Make server_info const in create_local_token()
authorAndrew Bartlett <abartlet@samba.org>
Tue, 5 Apr 2011 20:46:26 +0000 (06:46 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 5 Apr 2011 22:33:31 +0000 (00:33 +0200)
commit48646ee69aeb8f963d5d34abdaec783283efea71
treeafd7bd50eed08be3d6dc680ddf7876bade92bebe
parent86baefe2245a74f1777418b1e2c7b97e33c42529
s3-auth: Make server_info const in create_local_token()

Andreas Schneider <asn@samba.org> correctly points out that this input
parameter should now be const, and that found a bug where I used then
used it incorrectly as a talloc context.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Apr  6 00:33:31 CEST 2011 on sn-devel-104
source3/auth/auth_util.c
source3/auth/proto.h