mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-24 18:14:12 +00:00
Fix 'no-ipv6' compile error.
This commit is contained in:
parent
b2c0a89f45
commit
bb81927ce4
@ -480,10 +480,11 @@ Set_Defaults( bool InitServers )
|
||||
Conf_OperServerMode = false;
|
||||
|
||||
Conf_ConnectIPv4 = true;
|
||||
Conf_ListenIPv4 = true;
|
||||
Conf_ConnectIPv6 = true;
|
||||
#ifdef WANT_IPV6
|
||||
Conf_ListenIPv4 = true;
|
||||
Conf_ListenIPv6 = true;
|
||||
|
||||
#endif
|
||||
Conf_MaxConnections = 0;
|
||||
Conf_MaxConnectionsIP = 5;
|
||||
Conf_MaxJoins = 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user