X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;fp=citadel%2Finclude%2Fctdl_module.h;h=50490ba53109ee75c266fa56ea189062ffac4ebc;hp=57444eea0e79a88b0842683833f4848663f2a719;hb=924b8cd997f56b68e16fa1dfc1be55722596f5d8;hpb=50e6ab485155e645f0999f7c79397a696a230e35 diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index 57444eea0..50490ba53 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -330,7 +330,7 @@ struct RoomNetCfgLine { struct OneRoomNetCfg { long lastsent; - long changed; + // long changed; StrBuf *Sender; StrBuf *RoomInfo; RoomNetCfgLine *NetConfigs[maxRoomNetCfg];