ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/modules/core/m_server.c
(Generate patch)

Comparing ircd-hybrid-8/modules/core/m_server.c (file contents):
Revision 1384 by michael, Tue May 1 11:25:58 2012 UTC vs.
Revision 1385 by michael, Tue May 1 11:31:35 2012 UTC

# Line 293 | Line 293 | ms_server(struct Client *client_p, struc
293      if (target_p != client_p)
294        exit_client(target_p, &me, "Overridden");
295  
296 <  aconf = map_to_conf(source_p->localClient->confs.head->data);
296 >  aconf = map_to_conf(client_p->localClient->confs.head->data);
297  
298    /* See if the newly found server is behind a guaranteed
299     * leaf. If so, close the link.
# Line 484 | Line 484 | ms_sid(struct Client *client_p, struct C
484      if (target_p != client_p)
485        exit_client(target_p, &me, "Overridden");
486  
487 <  aconf = map_to_conf(source_p->localClient->confs.head->data);
487 >  aconf = map_to_conf(client_p->localClient->confs.head->data);
488  
489    /* See if the newly found server is behind a guaranteed
490     * leaf. If so, close the link.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines