s3-auth Avoid redundant copies in create_local_token()
commit86f2a197dfd61fbf25b170080a0796d2f77f0af8
authorAndrew Bartlett <abartlet@samba.org>
Mon, 18 Jul 2011 01:40:36 +0000 (18 11:40 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:12 +0000 (20 09:17 +1000)
treefd004ae76bfe9c246f607638d89d7f226f561efa
parent4363b71f62b136d26b8e1c46ec90b4652751ccac
s3-auth Avoid redundant copies in create_local_token()

These values were not read before being overwritten again.

Andrew Bartlett

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