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

Comparing ircd-hybrid/modules/m_admin.c (file contents):
Revision 608 by db, Fri Feb 17 05:07:43 2006 UTC vs.
Revision 609 by michael, Tue May 16 10:42:05 2006 UTC

# Line 119 | Line 119 | m_admin(struct Client *client_p, struct
119    last_used = CurrentTime;
120  
121    if (!ConfigFileEntry.disable_remote)
122 <    if (hunt_server(client_p, source_p, ":%s ADMIN :%s", 1,
122 >    if (hunt_server(source_p, ":%s ADMIN :%s", 1,
123                      parc, parv) != HUNTED_ISME)
124        return;
125  
# Line 144 | Line 144 | static void
144   ms_admin(struct Client *client_p, struct Client *source_p,
145           int parc, char *parv[])
146   {
147 <  if (hunt_server(client_p, source_p, ":%s ADMIN :%s", 1,
147 >  if (hunt_server(source_p, ":%s ADMIN :%s", 1,
148                    parc, parv) != HUNTED_ISME)
149      return;
150  

Diff Legend

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