]> arthur.barton.de Git - ngircd-alex.git/commitdiff
--configtest: fix missing whitespace at "ConnectIPv4" option.
authorAlexander Barton <alex@barton.de>
Tue, 29 Apr 2008 13:27:44 +0000 (15:27 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 29 Apr 2008 13:27:44 +0000 (15:27 +0200)
src/ngircd/conf.c

index ad2baa9ef2a73fe6b424b1832f871c94f38407b4..c5a621fee65d9a7f8f484c592f45ab58a4599f78 100644 (file)
@@ -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));
 #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);
        printf("  ConnectIPv6 = %s\n", yesno_to_str(Conf_ConnectIPv4));
 #endif
        printf( "  MaxConnections = %ld\n", Conf_MaxConnections);