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

Fix typo in variable name.

parent bbb46d1a
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment