diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-05-07 17:40:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:55 -0500 |
commit | 256690098256dc5205ae246ff49de10324defdf6 (patch) | |
tree | df6a77cad1d1751b8c7b5024c426a7620bf8cd83 | |
parent | b3a5633de0dafacd3532fa132814739b0d6c84d4 (diff) | |
download | samba-256690098256dc5205ae246ff49de10324defdf6.tar.gz samba-256690098256dc5205ae246ff49de10324defdf6.tar.bz2 samba-256690098256dc5205ae246ff49de10324defdf6.zip |
r15496: current_user_info is not referenced in loadparm.c
(This used to be commit 800f4cd158c5de8a0031abf4d030f633d784999f)
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index fc34c067c8..919a482e39 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; |