mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:52:07 -04:00
Remove duplicate printing of greeting message
This commit is contained in:
parent
b437fa469e
commit
88e216c7b4
1 changed files with 2 additions and 1 deletions
|
|
@ -1119,7 +1119,8 @@ parse_args(isc_boolean_t is_batchfile, int argc, char **argv) {
|
|||
lookup->rctext[0]=0;
|
||||
ISC_LIST_APPEND(lookup_list, lookup, link);
|
||||
}
|
||||
printgreeting (argc, argv);
|
||||
if (!is_batchfile)
|
||||
printgreeting (argc, argv);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue