Changeset 849 for branches


Ignore:
Timestamp:
04/30/10 01:59:07 (22 months ago)
Author:
wd
Message:

One last missed area

File:
1 edited

Legend:

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

    r848 r849  
    504504         * message anyhow, if they're not my client, don't do anything */ 
    505505        if (MYCLIENT(cli) && !ircd.sends[cli->conn->sock->fd]) 
     506        { 
     507            va_start(vl, msg); 
    506508            sendto_common(cli->conn, cli, srv, cmd, NULL, msg, vl); 
     509            va_end(vl); 
     510        } 
    507511    } else { 
    508512        LIST_FOREACH(chanp, &cli->chans, lpcli) { 
Note: See TracChangeset for help on using the changeset viewer.