svn commit: samba r10326 - branches/tmp/vl-cluster/source/smbd trunk/source/smbd

vlendec at samba.org vlendec at samba.org
Mon Sep 19 21:26:12 GMT 2005


Author: vlendec
Date: 2005-09-19 21:26:11 +0000 (Mon, 19 Sep 2005)
New Revision: 10326

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

Log:
Remove reference to current_user
Modified:
   branches/tmp/vl-cluster/source/smbd/oplock.c
   trunk/source/smbd/oplock.c


Changeset:
Modified: branches/tmp/vl-cluster/source/smbd/oplock.c
===================================================================
--- branches/tmp/vl-cluster/source/smbd/oplock.c	2005-09-19 20:23:36 UTC (rev 10325)
+++ branches/tmp/vl-cluster/source/smbd/oplock.c	2005-09-19 21:26:11 UTC (rev 10326)
@@ -29,7 +29,6 @@
 
 extern struct timeval smb_last_time;
 extern uint32 global_client_caps;
-extern struct current_user current_user;
 extern int smb_read_error;
 
 static struct kernel_oplocks *koplocks;

Modified: trunk/source/smbd/oplock.c
===================================================================
--- trunk/source/smbd/oplock.c	2005-09-19 20:23:36 UTC (rev 10325)
+++ trunk/source/smbd/oplock.c	2005-09-19 21:26:11 UTC (rev 10326)
@@ -29,7 +29,6 @@
 
 extern struct timeval smb_last_time;
 extern uint32 global_client_caps;
-extern struct current_user current_user;
 extern int smb_read_error;
 
 static struct kernel_oplocks *koplocks;



More information about the samba-cvs mailing list