From: Harlan Stenn Date: Sat, 12 Aug 2000 07:18:10 +0000 (-0000) Subject: ntp-genkeys.c: X-Git-Tag: NTP_4_0_99_M~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e89254c17ad37ff1d3575bd8aefddd87c69cd8;p=thirdparty%2Fntp.git ntp-genkeys.c: * util/ntp-genkeys.c (main): Another small step... bk: 3994fa32M5ODku8ZDGIsBHRgwVrtgQ --- diff --git a/util/ntp-genkeys.c b/util/ntp-genkeys.c index 772721f137..0ca5a33646 100644 --- a/util/ntp-genkeys.c +++ b/util/ntp-genkeys.c @@ -588,14 +588,14 @@ main( snifflink(path_dhparms, &link_dhparms); printf("After config:\n"); - printf("path_keys = <%s> -> <%s>\n" - , path_keys? path_keys: "" - , link_keys? link_keys: "" - ); printf("path_keysdir = <%s> -> <%s>\n" , path_keysdir? path_keysdir: "" , link_keysdir? link_keysdir: "" ); + printf("path_keys = <%s> -> <%s>\n" + , path_keys? path_keys: "" + , link_keys? link_keys: "" + ); printf("path_publickey = <%s> -> <%s>\n" , path_publickey? path_publickey: "" , link_publickey? link_publickey: "" @@ -604,7 +604,7 @@ main( , path_privatekey? path_privatekey: "" , link_privatekey? link_privatekey: "" ); - printf("path_dhparms = <%s> -> <%s>\n" + printf("path_dhparms = <%s> -> <%s>\n" , path_dhparms? path_dhparms: "" , link_dhparms? link_dhparms: "" );