mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
do not print an empty line to stdout on success
This commit is contained in:
parent
a3e41e3c03
commit
c3d7246f5b
1 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue