summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hostmask.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hostmask.c b/src/hostmask.c
index a58cb29..31b2857 100644
--- a/src/hostmask.c
+++ b/src/hostmask.c
@@ -464,8 +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 (username == NULL)
- username = "";
if (password == NULL)
password = "";