From d1984d5cf3dd43b3bbc214dd8c091b5fc2a86a46 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 4 Jul 2007 04:18:44 +0000 Subject: r23698: fixed notify:backend so it actually works again (This used to be commit d49ce1d752fdf6a6e1d6b9da12e7afb7d385ef8c) --- source4/ntvfs/sysdep/sys_notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs') 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 -- cgit