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-7.2/src/s_conf.c (file contents):
Revision 855 by db, Mon Feb 26 22:06:45 2007 UTC vs.
Revision 867 by michael, Thu May 17 14:59:27 2007 UTC

# Line 3400 | Line 3400 | parse_aline(const char *cmd, struct Clie
3400  
3401    if (reason != NULL)
3402    {
3403 <    if (parc != 0)
3403 >    if (parc != 0 && !EmptyString(*parv))
3404      {
3405        *reason = *parv;
3406        if (!valid_comment(source_p, *reason, YES))

Diff Legend

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