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

Fix typo in variable name.

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