svn commit: samba r20434 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sun Dec 31 10:17:40 GMT 2006


Author: vlendec
Date: 2006-12-31 10:17:40 +0000 (Sun, 31 Dec 2006)
New Revision: 20434

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

Log:
Revert an accidential commit
Modified:
   branches/SAMBA_3_0/source/smbd/notify_hash.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/notify_hash.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/notify_hash.c	2006-12-31 10:16:03 UTC (rev 20433)
+++ branches/SAMBA_3_0/source/smbd/notify_hash.c	2006-12-31 10:17:40 UTC (rev 20434)
@@ -186,9 +186,6 @@
 	struct change_data data2;
 	int cnto = lp_change_notify_timeout(SNUM(conn));
 
-	DEBUG(10, ("hash_change_notify called for path %s\n", path));
-	return False;
-
 	if (t && cnto <= 0) {
 		/* Change notify turned off on this share.
 		 * Only scan when (t==0) - we think something changed. */



More information about the samba-cvs mailing list