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

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 4823 by michael, Sat Nov 1 18:22:33 2014 UTC vs.
Revision 4833 by michael, Sun Nov 2 11:45:04 2014 UTC

# Line 1053 | Line 1053 | idle_time_get(const struct Client *sourc
1053    unsigned int idle = 0;
1054    unsigned int min_idle = 0;
1055    unsigned int max_idle = 0;
1056 <  const struct ClassItem *class = get_class_ptr(&target_p->connection->confs);
1056 >  const struct ClassItem *const class = get_class_ptr(&target_p->connection->confs);
1057  
1058    if (!(class->flags & CLASS_FLAGS_FAKE_IDLE) || target_p == source_p)
1059      return CurrentTime - target_p->connection->last_privmsg;

Diff Legend

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