removed debugging

This commit is contained in:
Nikos Mavrogiannopoulos
2013-07-11 23:11:33 +02:00
parent 9c60dfc0e0
commit a601192f00

View File

@@ -133,7 +133,6 @@ struct plain_ctx_st* pctx = ctx;
if (pctx->cpass[0] != 0 && strcmp(crypt(pass, pctx->cpass), pctx->cpass) == 0)
return 0;
else {
fprintf(stderr, "pass: %s\n", pass);
syslog(LOG_AUTH, "error in plain authentication; error in user '%s'", pctx->username);
return ERR_AUTH_FAIL;
}