diff --git a/bin/named/server.c b/bin/named/server.c index 0a98e669e8..fdde7af5bf 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -8121,7 +8121,7 @@ ns_smf_add_message(isc_buffer_t *text) { */ #define HEADER1 "# New zone file for view: " #define HEADER2 "\n# This file contains configuration for zones added by\n" \ - "# the 'rndc addzone' command. DO NOT EDIT BY HAND.\n" + "# the 'rndc addzone' command. DO NOT EDIT BY HAND.\n" isc_result_t add_comment(FILE *fp, const char *viewname) { isc_result_t result; @@ -8426,7 +8426,7 @@ ns_server_del_zone(ns_server_t *server, char *args) { continue; } - /* + /* * But if it is the zone we want, skip over it * so it will be omitted from the new file */