ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 3235 by michael, Sat Mar 29 19:34:16 2014 UTC vs.
Revision 3263 by michael, Thu Apr 3 19:29:03 2014 UTC

# Line 2087 | Line 2087 | match_conf_password(const char *password
2087    else
2088      encr = password;
2089  
2090 <  return !strcmp(encr, conf->passwd);
2090 >  return encr && !strcmp(encr, conf->passwd);
2091   }
2092  
2093   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)