summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hostmask.c3
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... */