Ignore:
Timestamp:
11/07/08 04:27:12 (4 years ago)
Author:
wd
Message:

Fix misuses of the ircd 'all client data structures' list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/modules/ircd/send.c

    r748 r823  
    509509    LIST_FOREACH(cp, ircd.lists.clients, lp) { 
    510510        if (cp == one) 
     511            continue; 
     512        if (!CLIENT_REGISTERED(cp)) 
    511513            continue; 
    512514 
Note: See TracChangeset for help on using the changeset viewer.