diff options
Diffstat (limited to 'src/hostmask.c')
-rw-r--r-- | src/hostmask.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hostmask.c b/src/hostmask.c index 9e1e70d..5c34013 100644 --- a/src/hostmask.c +++ b/src/hostmask.c @@ -464,9 +464,6 @@ find_conf_by_address(const char *name, struct irc_ssaddr *addr, unsigned int typ int b; int (*cmpfunc)(const char *, const char *) = do_match ? match : irccmp; - if (password == NULL) - password = ""; - if (addr) { /* Check for IPV6 matches... */ |