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

Comparing ircd-hybrid/branches/8.2.x/src/client.c (file contents):
Revision 7346 by michael, Sun Feb 21 11:27:43 2016 UTC vs.
Revision 7430 by michael, Tue Mar 8 18:19:38 2016 UTC

# Line 327 | Line 327 | void
327   check_conf_klines(void)
328   {
329    dlink_node *node = NULL, *node_next = NULL;
330 <  void *ptr;
330 >  const void *ptr;
331  
332    DLINK_FOREACH_SAFE(node, node_next, local_client_list.head)
333    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines