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

Comparing ircd-hybrid-8/src/conf_parser.y (file contents):
Revision 1377 by michael, Mon Apr 30 19:35:16 2012 UTC vs.
Revision 1378 by michael, Mon Apr 30 19:43:34 2012 UTC

# Line 1022 | Line 1022 | oper_name: NAME '=' QSTRING ';'
1022   {
1023    if (conf_parser_ctx.pass == 2)
1024    {
1025    if (strlen(yylval.string) > OPERNICKLEN)
1026      yylval.string[OPERNICKLEN] = '\0';
1027
1025      MyFree(yy_conf->name);
1026      DupString(yy_conf->name, yylval.string);
1027    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines