mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
terminate output with newline, not newline+space
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: named-checkzone.c,v 1.5 2000/12/21 01:54:30 bwelling Exp $ */
|
/* $Id: named-checkzone.c,v 1.6 2000/12/21 22:11:03 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@ main(int argc, char **argv) {
|
|||||||
filename = origin;
|
filename = origin;
|
||||||
result = setup(origin, filename, (char *)classname);
|
result = setup(origin, filename, (char *)classname);
|
||||||
if (!quiet && result == ISC_R_SUCCESS)
|
if (!quiet && result == ISC_R_SUCCESS)
|
||||||
fprintf(stdout, "OK\n ");
|
fprintf(stdout, "OK\n");
|
||||||
destroy();
|
destroy();
|
||||||
if (lctx != NULL)
|
if (lctx != NULL)
|
||||||
isc_log_destroy(&lctx);
|
isc_log_destroy(&lctx);
|
||||||
|
Reference in New Issue
Block a user