1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r20434: Revert an accidential commit

This commit is contained in:
Volker Lendecke 2006-12-31 10:17:40 +00:00 committed by Gerald (Jerry) Carter
parent c813f71d00
commit fe122b07fa

View File

@ -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. */