diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-04 04:18:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:59:04 -0500 |
commit | d1984d5cf3dd43b3bbc214dd8c091b5fc2a86a46 (patch) | |
tree | 28e94daef17b19f07793544ca432871ca7b0fe2b /source4/ntvfs/sysdep | |
parent | 879e1e0ec746d9d06c3bef1c91d1d2cd6f916442 (diff) | |
download | samba-d1984d5cf3dd43b3bbc214dd8c091b5fc2a86a46.tar.gz samba-d1984d5cf3dd43b3bbc214dd8c091b5fc2a86a46.tar.bz2 samba-d1984d5cf3dd43b3bbc214dd8c091b5fc2a86a46.zip |
r23698: fixed notify:backend so it actually works again
(This used to be commit d49ce1d752fdf6a6e1d6b9da12e7afb7d385ef8c)
Diffstat (limited to 'source4/ntvfs/sysdep')
-rw-r--r-- | source4/ntvfs/sysdep/sys_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/sysdep/sys_notify.c b/source4/ntvfs/sysdep/sys_notify.c index 1c0467236a..cae07a1e69 100644 --- a/source4/ntvfs/sysdep/sys_notify.c +++ b/source4/ntvfs/sysdep/sys_notify.c @@ -34,7 +34,7 @@ static struct sys_notify_backend *backends; static uint32_t num_backends; -#define NOTIFY_BACKEND "notify-backend" +#define NOTIFY_BACKEND "notify:backend" /* initialise a system change notify backend |