summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-31 16:56:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:36 -0500
commit01c9fb17281e99300b339d2cfc0acac7ca94843c (patch)
tree10ce086465c6fea791814efcd14dbd7a433e72f8 /source/smbd/reply.c
parent9e7443fa1417c01be903b15073825dc4def78d99 (diff)
downloadsamba-01c9fb17281e99300b339d2cfc0acac7ca94843c.tar.gz
samba-01c9fb17281e99300b339d2cfc0acac7ca94843c.tar.xz
samba-01c9fb17281e99300b339d2cfc0acac7ca94843c.zip
r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin, I'm
working on that right now. Volker
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r--source/smbd/reply.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index 3c7b3c4e186..655d78cd246 100644
--- a/source/smbd/reply.c
+++ b/source/smbd/reply.c
@@ -1929,9 +1929,9 @@ NTSTATUS unlink_internals(connection_struct *conn, uint32 dirtype,
count++;
DEBUG(3,("unlink_internals: succesful unlink "
"[%s]\n",fname));
- notify_action(conn, directory, dname,
- FILE_NOTIFY_CHANGE_FILE_NAME,
- NOTIFY_ACTION_REMOVED);
+ notify_fname(conn, NOTIFY_ACTION_REMOVED,
+ FILE_NOTIFY_CHANGE_FILE_NAME,
+ fname);
}
}