Remove duplicate printing of greeting message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user