mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-26 15:26:51 +00:00
--configtest: fix missing whitespace at "ConnectIPv4" option.
This commit is contained in:
parent
8c425945a2
commit
4a81367dac
@ -218,7 +218,7 @@ Conf_Test( void )
|
||||
#ifdef WANT_IPV6
|
||||
printf(" ListenIPv6 = %s\n", yesno_to_str(Conf_ListenIPv6));
|
||||
printf(" ListenIPv4 = %s\n", yesno_to_str(Conf_ListenIPv4));
|
||||
printf(" ConnectIPv4= %s\n", yesno_to_str(Conf_ConnectIPv6));
|
||||
printf(" ConnectIPv4 = %s\n", yesno_to_str(Conf_ConnectIPv6));
|
||||
printf(" ConnectIPv6 = %s\n", yesno_to_str(Conf_ConnectIPv4));
|
||||
#endif
|
||||
printf( " MaxConnections = %ld\n", Conf_MaxConnections);
|
||||
|
Loading…
Reference in New Issue
Block a user