s3: popt: When using a global variable, don't hide it by helper locals.
authorJeremy Allison <jra@samba.org>
Tue, 25 Apr 2017 23:32:05 +0000 (16:32 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 9 May 2017 07:56:09 +0000 (09:56 +0200)
commit2dcef34795b219dc8f175ae8df4477a9c923e42c
tree34893921d55e7018df9e64489b5f924c13582dd0
parent8c87d4eedc123ba000a536666b961f589581f8c4
s3: popt: When using a global variable, don't hide it by helper locals.

That makes it very unclear when you're using a global.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/lib/popt_common.c