summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-18 21:26:08 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-18 21:26:08 +0000
commita0bbfa2aec48a0d0de9efb16431dcc1c22c4d3ef (patch)
tree14c112e2b183ef96318daba2eea6860c5f643aee /src
parent8cbbaa1da22b69ed0e6fb98955f619364e67217c (diff)
- Fix to previous changes in -r2998
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3000 82007160-df01-0410-b94d-b575c5fd34c7
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 = "";