From 421ffdbb2439fbf44cb61e0d1549071b85a3507c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 31 Dec 2006 10:17:40 +0000 Subject: r20434: Revert an accidential commit (This used to be commit fe122b07fa1712c15067ed385d4408206e9beef4) --- source3/smbd/notify_hash.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/smbd') diff --git a/source3/smbd/notify_hash.c b/source3/smbd/notify_hash.c index 5d211ada01..0787a3eec5 100644 --- a/source3/smbd/notify_hash.c +++ b/source3/smbd/notify_hash.c @@ -186,9 +186,6 @@ static BOOL hash_check_notify(connection_struct *conn, uint16 vuid, char *path, 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. */ -- cgit