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

Comparing ircd-hybrid/trunk/contrib/m_ctrace.c (file contents):
Revision 1618 by michael, Tue Oct 30 21:04:38 2012 UTC vs.
Revision 1634 by michael, Sun Nov 4 15:53:56 2012 UTC

# Line 79 | Line 79 | do_ctrace(struct Client *source_p, int p
79    {
80      struct Client *target_p = ptr->data;
81  
82 <    class_name = get_client_class(target_p);
82 >    class_name = get_client_class(&target_p->localClient->confs);
83      if ((class_name != NULL) && match(class_looking_for, class_name))
84        report_this_status(source_p, target_p);
85    }
# Line 103 | Line 103 | report_this_status(struct Client *source
103    const char *class_name = NULL;
104  
105    name = get_client_name(target_p, HIDE_IP);
106 <  class_name = get_client_class(target_p);
106 >  class_name = get_client_class(&target_p->localClient->confs);
107  
108    switch(target_p->status)
109    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines