b49aa341d28c0eec1229e30baa2f89d5bae52ff8 |
|
08-May-2014 |
Phil Carmody <phil@dovecot.fi> |
lib-storage: pop3c - fix invalid blank password check
The pointer will never be NULL, as it's initialised pointing to an empty
string, and can only be overridden by setting it to another string. So
the test always failed. Instead, check the 1st character of the password. |