change redundant password message to something people can understand

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9018 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-08-31 06:08:49 +00:00
parent b4ff7df10a
commit 79e18ed80a

View File

@@ -888,8 +888,8 @@ pass(char *passwd)
/* some clients insists on sending a password */
if (logged_in && askpasswd == 0){
reply(230, "Dumpucko!");
return;
reply(230, "Password not necessary");
return;
}
if (logged_in || askpasswd == 0) {