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

Comparing ircd-hybrid/branches/8.2.x/src/send.c (file contents):
Revision 4924 by michael, Tue Nov 25 16:21:59 2014 UTC vs.
Revision 4930 by michael, Tue Nov 25 17:45:28 2014 UTC

# Line 133 | Line 133 | static void
133   send_message_remote(struct Client *to, struct Client *from, struct dbuf_block *buf)
134   {
135    assert(MyConnect(to));
136 +  assert(IsServer(to));
137    assert(!IsMe(to));
138    assert(to->from == to);
139  
140 <  if (!MyConnect(from) && to == from->from)
140 >  if (to == from->from)
141    {
142      sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
143                           "Send message to %s dropped from %s (Fake Dir)",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines