diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/notify_hash.c | 3 |
1 files changed, 0 insertions, 3 deletions
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. */ |