Skip to content
Snippets Groups Projects
Commit 9a28ef61 authored by deuce's avatar deuce
Browse files

Remove fullpath() call... it doesn't call realpath().

SysOps with symlink hacks will have extra chatter in their logs.
parent 2b934749
No related branches found
No related tags found
No related merge requests found
......@@ -755,7 +755,7 @@ function run_outbound()
});
});
outbound_dirs.forEach(function(dir) {
run_one_outbound_dir(fullpath(dir), scfg, ftnd, semaphores);
run_one_outbound_dir(dir, scfg, ftnd, semaphores);
});
semaphores.forEach(function(semname) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment