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

Comparing ircd-hybrid/branches/8.1.x/src/s_user.c (file contents):
Revision 2136 by michael, Wed May 29 19:36:51 2013 UTC vs.
Revision 2139 by michael, Wed May 29 21:16:10 2013 UTC

# Line 1071 | Line 1071 | user_set_hostmask(struct Client *target_
1071        break;
1072      case MODE_DEL:
1073        DelUMode(target_p, UMODE_HIDDENHOST);
1074 <      DelFlag(target_p, FLAGS_IP_SPOOFING);
1074 >
1075 >      if (!HasFlag(target_p, FLAGS_AUTH_SPOOF));
1076 >        DelFlag(target_p, FLAGS_IP_SPOOFING);
1077        break;
1078      default: break;
1079    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines