summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-31 14:14:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:34 -0500
commit547f77778abc45bf329dcb53182127d72596c812 (patch)
tree13321c0887e1c76575039bf5e7b90feabe63ffe0 /source3/smbd/notify.c
parent113e21f0a57af49d61cfb0dd1afd38b4a8fd5128 (diff)
downloadsamba-547f77778abc45bf329dcb53182127d72596c812.tar.gz
samba-547f77778abc45bf329dcb53182127d72596c812.tar.bz2
samba-547f77778abc45bf329dcb53182127d72596c812.zip
r21087: Make the param list of notify_fname match notify_trigger
(This used to be commit defa28f9c3eda85a072b972fffd2d5de8bcf01f7)
Diffstat (limited to 'source3/smbd/notify.c')
-rw-r--r--source3/smbd/notify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c
index 97192d6e63..9cb121a039 100644
--- a/source3/smbd/notify.c
+++ b/source3/smbd/notify.c
@@ -402,8 +402,8 @@ void notify_action(connection_struct *conn, const char *parent,
TALLOC_FREE(lck);
}
-void notify_fname(connection_struct *conn, const char *path,
- uint32 filter, uint32 action)
+void notify_fname(connection_struct *conn, uint32 action, uint32 filter,
+ const char *path)
{
char *parent;
const char *name;