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

Comparing ircd-hybrid-7.2/src/ircd_parser.y (file contents):
Revision 594 by michael, Fri May 12 05:47:32 2006 UTC vs.
Revision 595 by michael, Fri May 12 21:17:16 2006 UTC

# Line 2920 | Line 2920 | kill_entry: KILL
2920          if (!(exp_user = ircd_pcre_compile(userbuf, &errptr)) ||
2921              !(exp_host = ircd_pcre_compile(hostbuf, &errptr)))
2922          {
2923 <          ilog(L_ERROR, "Failed to add regular expression based K-Line: %s", errptr);
2923 >          ilog(L_ERROR, "Failed to add regular expression based K-Line: %s",
2924 >               errptr);
2925            break;
2926          }
2927  
2928          yy_conf = make_conf_item(RKLINE_TYPE);
2929 +        yy_aconf = map_to_conf(yy_conf);
2930 +
2931          yy_aconf->regexuser = exp_user;
2932          yy_aconf->regexhost = exp_host;
2933  
# Line 3093 | Line 3096 | gecos_entry: GECOS
3096  
3097          if (!(exp_p = ircd_pcre_compile(gecos_name, &errptr)))
3098          {
3099 <          ilog(L_ERROR, "Failed to add regular expression based X-Line: %s", errptr);
3099 >          ilog(L_ERROR, "Failed to add regular expression based X-Line: %s",
3100 >               errptr);
3101            break;
3102          }
3103  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines