Add default for disable_local_channels. Missed this last time.

This commit is contained in:
Stephen Bennett 2010-12-21 20:53:39 +00:00
parent 341f971efa
commit 0c512421c5

View file

@ -773,6 +773,7 @@ set_default_conf(void)
ConfigChannel.no_create_on_split = YES;
ConfigChannel.resv_forcepart = YES;
ConfigChannel.channel_target_change = YES;
ConfigChannel.disable_local_channels = NO;
ConfigServerHide.flatten_links = 0;
ConfigServerHide.links_delay = 300;