| # | Line 2087 | Line 2087 | match_conf_password(const char *password | |
|---|---|---|
| 2087 | else | |
| 2088 | encr = password; | |
| 2089 | ||
| 2090 | < | return !strcmp(encr, conf->passwd); |
| 2090 | > | return encr && !strcmp(encr, conf->passwd); |
| 2091 | } | |
| 2092 | ||
| 2093 | /* | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |