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 2092 by michael, Tue May 14 19:21:32 2013 UTC vs.
Revision 2093 by michael, Sat May 18 19:10:13 2013 UTC

# Line 4878 | Line 4878 | yyreduce:
4878   #line 1646 "conf_parser.y"
4879      {
4880    if (conf_parser_ctx.pass == 2)
4881 <    block_state.flags.value &= CONF_FLAGS_ENCRYPTED;
4881 >    block_state.flags.value &= (CONF_FLAGS_ENCRYPTED | CONF_FLAGS_SPOOF_IP);
4882   }
4883      break;
4884  

Diff Legend

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