additional warnings

This commit is contained in:
Enno Rehling 2016-01-12 02:27:22 +01:00
parent 19390dd8e2
commit dc6cc41d2d
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ bool checkpasswd(const faction * f, const char *passwd)
log_warning("case-sensitive password check failed: %s", factionname(f));
return true;
}
log_warning("password check failed: %s", factionname(f));
return false;
}