Changeset 756


Ignore:
Timestamp:
06/25/06 18:56:59 (6 years ago)
Author:
wd
Message:

Fix a dumb bug.

File:
1 edited

Legend:

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

    r755 r756  
    332332             * remove our own modes (because we believe the server will 
    333333             * accept our modes as stupidly as we accepted theirs... */ 
    334             if (!SERVER_MASTER(srv)) { 
     334            if (srv != NULL && !SERVER_MASTER(srv)) { 
    335335                log_debug("server %s has no TS support, setting TS for %s to 0!", 
    336336                        sp->name, chan->name); 
Note: See TracChangeset for help on using the changeset viewer.