diff --git a/exec/load/fidocfg.js b/exec/load/fidocfg.js index 58aed5f286350cd4667224e7a6afb9f1aa533bcd..ae39a141eb1dce3ef909adc50193194b51fab89c 100644 --- a/exec/load/fidocfg.js +++ b/exec/load/fidocfg.js @@ -328,6 +328,7 @@ function BinkITCfg() this.node[sec].nomd5 = f.iniGetValue(section, 'AllowPlainPassword'); this.node[sec].norypt = f.iniGetValue(section, 'AllowUnencrypted'); this.node[sec].port = f.iniGetValue(section, 'Port'); + this.node[sec].src = f.iniGetValue(section, 'SourceAddress'); if (this.node[sec].nomd5 == undefined) this.node[sec].nomd5 = false; else {