Skip to content
Snippets Groups Projects
Commit 83e342d2 authored by rswindell's avatar rswindell
Browse files

Add some debug to help to get to the bottom of Dan_C's reported error:

TypeError: addr.flo_outbound is not a function
parent 70dc25d4
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ function add_outbound_files(addrs, bp)
addrs.forEach(function(addr) {
var lock_files;
log(LOG_DEBUG, "Adding outbound files for "+addr);
log(LOG_DEBUG, "Adding outbound files for "+addr + " (" + typeof(addr) + ")");
// Find all possible flow files for the remote.
var allfiles = directory(outbound_root(addr, bp.cb_data.binkit_scfg)+addr.flo_outbound(bp.default_zone, bp.default_domain)+'*');
// Parse flow files and call addFile() tracking what to do on success.
......
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