From: Volker Lendecke Date: Sun, 7 May 2006 17:40:52 +0000 (+0000) Subject: r15496: current_user_info is not referenced in loadparm.c X-Git-Tag: samba-4.0.0alpha6~801^2~8477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=256690098256dc5205ae246ff49de10324defdf6;p=thirdparty%2Fsamba.git r15496: current_user_info is not referenced in loadparm.c (This used to be commit 800f4cd158c5de8a0031abf4d030f633d784999f) --- diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index fc34c067c87..919a482e39c 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -56,7 +56,6 @@ BOOL in_client = False; /* Not in the client by default */ BOOL bLoaded = False; -extern userdom_struct current_user_info; extern pstring user_socket_options; extern enum protocol_types Protocol;