Author: tridge Date: 2007-07-04 04:18:44 +0000 (Wed, 04 Jul 2007) New Revision: 23698
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23698 Log: fixed notify:backend so it actually works again Modified: branches/SAMBA_4_0/source/ntvfs/sysdep/sys_notify.c Changeset: Modified: branches/SAMBA_4_0/source/ntvfs/sysdep/sys_notify.c =================================================================== --- branches/SAMBA_4_0/source/ntvfs/sysdep/sys_notify.c 2007-07-04 04:16:16 UTC (rev 23697) +++ branches/SAMBA_4_0/source/ntvfs/sysdep/sys_notify.c 2007-07-04 04:18:44 UTC (rev 23698) @@ -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
