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

Comparing ircd-hybrid-8/modules/m_trace.c (file contents):
Revision 1156 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
Revision 1169 by michael, Fri Aug 12 18:45:03 2011 UTC

# Line 140 | Line 140 | mo_trace(struct Client *client_p, struct
140      {
141        struct Client *ac2ptr = NULL;
142  
143 <      if ((ac2ptr = find_client(tname)) == NULL)
143 >      if ((ac2ptr = hash_find_client(tname)) == NULL)
144        {
145          DLINK_FOREACH(ptr, global_client_list.head)
146          {
# Line 236 | Line 236 | do_actual_trace(struct Client *source_p,
236      const char *name;
237      const char *class_name;
238  
239 <    target_p = find_client(tname);
239 >    target_p = hash_find_client(tname);
240        
241      if (target_p && IsClient(target_p))
242      {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines