diff options
-rw-r--r-- | source4/ntvfs/posix/pvfs_notify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/pvfs_notify.c b/source4/ntvfs/posix/pvfs_notify.c index d2fdbfc49a..2733c59f8c 100644 --- a/source4/ntvfs/posix/pvfs_notify.c +++ b/source4/ntvfs/posix/pvfs_notify.c @@ -113,6 +113,7 @@ static void pvfs_notify_callback(void *private, const struct notify_event *ev) n->changes = talloc_realloc(n, n->changes, struct notify_changes, n->num_changes+1); n->changes[n->num_changes].action = ev->action; n->changes[n->num_changes].name.s = talloc_strdup(n->changes, ev->path); + string_replace(n->changes[n->num_changes].name.s, '/', '\\'); n->num_changes++; /* |