Changeset 850


Ignore:
Timestamp:
04/30/10 02:29:46 (22 months ago)
Author:
wd
Message:

Fix bug in admin data (removing an admin line doesn't work with /rehash)

File:
1 edited

Legend:

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

    r747 r850  
    189189    ctmp = conf_find_list("admin", conf, 1); 
    190190    if (ctmp != NULL) { 
     191        *ircd.admininfo.line1 = *ircd.admininfo.line2 = *ircd.admininfo.line3 = '\0'; 
    191192        stmp = conf_find_entry("", ctmp, 1); 
    192193        if (stmp != NULL) { 
Note: See TracChangeset for help on using the changeset viewer.