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/addons/hostcrypt.c

    r767 r823  
    8787    /* now (re)crypt as necessary. */ 
    8888    LIST_FOREACH(cli, ircd.lists.clients, lp) { 
     89        if (!CLIENT_REGISTERED(cli)) 
     90            continue; 
     91 
    8992        cli->orighost = mdext(cli, hostcrypt.mdext); 
    9093        if (usermode_isset(cli, hostcrypt.mode)) 
Note: See TracChangeset for help on using the changeset viewer.