svn commit: samba r15495 - branches/SAMBA_3_0/source/smbd trunk/source/smbd

vlendec at samba.org vlendec at samba.org
Sun May 7 17:33:10 GMT 2006


Author: vlendec
Date: 2006-05-07 17:33:10 +0000 (Sun, 07 May 2006)
New Revision: 15495

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15495

Log:
current_user_info is not referenced in process.c
Modified:
   branches/SAMBA_3_0/source/smbd/process.c
   trunk/source/smbd/process.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/process.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/process.c	2006-05-07 17:11:40 UTC (rev 15494)
+++ branches/SAMBA_3_0/source/smbd/process.c	2006-05-07 17:33:10 UTC (rev 15495)
@@ -43,7 +43,6 @@
 int max_recv = BUFFER_SIZE;
 
 extern int last_message;
-extern userdom_struct current_user_info;
 extern int smb_read_error;
 SIG_ATOMIC_T reload_after_sighup = 0;
 SIG_ATOMIC_T got_sig_term = 0;

Modified: trunk/source/smbd/process.c
===================================================================
--- trunk/source/smbd/process.c	2006-05-07 17:11:40 UTC (rev 15494)
+++ trunk/source/smbd/process.c	2006-05-07 17:33:10 UTC (rev 15495)
@@ -43,7 +43,6 @@
 int max_recv = BUFFER_SIZE;
 
 extern int last_message;
-extern userdom_struct current_user_info;
 extern int smb_read_error;
 SIG_ATOMIC_T reload_after_sighup = 0;
 SIG_ATOMIC_T got_sig_term = 0;



More information about the samba-cvs mailing list