diff --git a/exec/load/binkp.js b/exec/load/binkp.js
index f20d3b16506ce709feed8c658f68a45502b00dc6..e816ba93e93df2ce174cad062de278ce4f406674 100644
--- a/exec/load/binkp.js
+++ b/exec/load/binkp.js
@@ -567,10 +567,6 @@ BinkP.prototype.accept = function(sock, auth_cb)
 							this.sendCmd(this.command.M_ERR, "Encryption requires CRAM-MD5 auth");
 					}
 					pwd = auth_cb(args, this);
-					if (pwd === false) {
-						this.sendCmd(this.command.M_ERR, "Password mismatch");
-						break;
-					}
 					if (pwd === undefined)
 						pwd = '-';
 					if (pwd === '-') {