Skip to content
Snippets Groups Projects
Commit 1bb452cc authored by deuce's avatar deuce
Browse files

Log when there's a TIC password and no packet password.

parent 0675ab90
Branches
Tags
No related merge requests found
......@@ -91,6 +91,7 @@ SBBSEchoCfg.prototype.match_pw = function(node, pw)
if (pktpw === undefined || pktpw == '') {
if (pw === '' || pw === undefined)
return true;
log(LOG_WARNING, "Packet password is empty, but TIC has a password");
return false;
}
if (pw === undefined || pw === '') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment