s3:smbd: remove pointless static variable in uid.c
authorStefan Metzmacher <metze@samba.org>
Thu, 8 Jan 2009 08:04:30 +0000 (09:04 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 8 Jan 2009 11:22:19 +0000 (12:22 +0100)
commit0a0cd1396a0572dd1f04e8fdd99f682e4e4f91ee
tree8dad76ff3aef7439bbcae2a0e48bc9c1150d5439
parent9ae0c5e5a7375ef58e4dff84eb154be77564d205
s3:smbd: remove pointless static variable in uid.c

We always free the value at the end of the function,
so we don't need a static variable to hold just NULL
for the time the function isn't executed.

metze
source3/smbd/uid.c