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:
parent
27e7c68763
commit
22c1c78b1d
@ -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++;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user