1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r14924: when handling recursive change notify, the client expects a windows

path name back
(This used to be commit ceb85d12f7efb002af7a271f999e22f94b8536fb)
This commit is contained in:
Andrew Tridgell 2006-04-05 08:50:33 +00:00 committed by Gerald (Jerry) Carter
parent 27e7c68763
commit 22c1c78b1d

View File

@ -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++;
/*