2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

added argv[0] to end stanza, again.

This commit is contained in:
William King 1999-10-28 00:39:45 +00:00
parent 5a5b79c5ab
commit e5838b5af4

View File

@ -277,7 +277,9 @@ main(int argc, char **argv)
++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);
return(0);