forked from github/server
additional warnings
This commit is contained in:
parent
19390dd8e2
commit
dc6cc41d2d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue