Skip to content
Snippets Groups Projects
Commit 06a99879 authored by mcmlxxix's avatar mcmlxxix
Browse files

bug fix in file synch

parent 8b46275b
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@ function send_updates(socket,query)
for(r=0;r<remote_clients.length;r++) {
if(remote_clients[r].descriptor != socket.descriptor) {
log("sending server updates: " + query.filemask);
sync_remote(remote_clients[r],dir,query);
sync_remote(remote_clients[r],module.dir,query);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment