]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
do not print an empty line to stdout on success
authorAndreas Gustafsson <source@isc.org>
Fri, 1 Dec 2000 21:37:33 +0000 (21:37 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 1 Dec 2000 21:37:33 +0000 (21:37 +0000)
bin/nsupdate/nsupdate.c

index d525adbeecc6ab7d60379f3da0506c24c4735d02..c366c329aecdef8ca391191a5a6989d0317bcf81 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.69 2000/12/01 20:47:15 gson Exp $ */
+/* $Id: nsupdate.c,v 1.70 2000/12/01 21:37:33 gson Exp $ */
 
 #include <config.h>
 
@@ -1611,7 +1611,6 @@ main(int argc, char **argv) {
 
        (void)isc_app_run();
 
-        fprintf(stdout, "\n");
         cleanup();
 
        isc_app_finish();