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

Comparing ircd-hybrid/trunk/src/conf_parser.y (file contents):
Revision 2283 by michael, Tue Jun 18 19:13:20 2013 UTC vs.
Revision 2336 by michael, Wed Jul 3 12:58:28 2013 UTC

# Line 984 | Line 984 | logging_file_type_item:  USER
984   {
985    if (conf_parser_ctx.pass == 2)
986      block_state.type.value = LOG_TYPE_GLINE;
987 + } | XLINE
988 + {
989 +  if (conf_parser_ctx.pass == 2)
990 +    block_state.type.value = LOG_TYPE_XLINE;
991 + } | RESV
992 + {
993 +  if (conf_parser_ctx.pass == 2)
994 +    block_state.type.value = LOG_TYPE_RESV;
995   } | T_DLINE
996   {
997    if (conf_parser_ctx.pass == 2)

Diff Legend

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