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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user