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

Comparing ircd-hybrid/trunk/src/conf_parser.c (file contents):
Revision 6603 by michael, Thu Oct 22 18:08:48 2015 UTC vs.
Revision 6628 by michael, Sat Oct 24 13:29:47 2015 UTC

# Line 4940 | Line 4940 | yyreduce:
4940    if (conf_parser_ctx.pass != 2)
4941      break;
4942  
4943 <  conf = conf_make(CONF_ULINE);
4943 >  conf = conf_make(CONF_SHARED);
4944    conf->flags = block_state.flags.value;
4945    conf->name = xstrdup(block_state.name.buf);
4946    conf->user = xstrdup(block_state.user.buf);

Diff Legend

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