r15496: current_user_info is not referenced in loadparm.c
authorVolker Lendecke <vlendec@samba.org>
Sun, 7 May 2006 17:40:52 +0000 (17:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:55 +0000 (11:16 -0500)
(This used to be commit 800f4cd158c5de8a0031abf4d030f633d784999f)

source3/param/loadparm.c

index fc34c067c87cb8ed606d82bc45ff8c12e32e5b0b..919a482e39c3006f17daf6c6c7f851c95246e289 100644 (file)
@@ -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;