Skip to content
Snippets Groups Projects
Commit 47e08fce authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve binkit.js line 322: TypeError: bp.remote_addrs is undefined

parent 53d513a2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #117 passed
......@@ -318,7 +318,7 @@ function callout_auth_cb(mode, bp)
if (!bp.cb_data.binkitpw || bp.cb_data.binkitpw === '-')
addrs.push(bp.cb_data.binkit_to_addr);
else {
else if(bp.remote_addrs !== undefined) {
bp.remote_addrs.forEach(function(addr) {
if (bp.cb_data.binkitcfg.node[addr] !== undefined) {
if (bp.cb_data.binkitcfg.node[addr].pass === bp.cb_data.binkitpw)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment