mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
added argv[0] to end stanza, again.
This commit is contained in:
@@ -277,7 +277,9 @@ main(int argc, char **argv)
|
|||||||
++tnum;
|
++tnum;
|
||||||
}
|
}
|
||||||
|
|
||||||
(void) t_getdate(T_buf, T_BIGBUF);
|
sprintf(T_buf, "%s:", argv[0]);
|
||||||
|
len = strlen(T_buf);
|
||||||
|
(void) t_getdate(T_buf + len, T_BIGBUF - len);
|
||||||
t_putinfo("E", T_buf);
|
t_putinfo("E", T_buf);
|
||||||
|
|
||||||
return(0);
|
return(0);
|
||||||
|
Reference in New Issue
Block a user