2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

info --> putinfo

This commit is contained in:
William King
1999-10-10 20:29:19 +00:00
parent 5edd5b3997
commit b14c0010e7

View File

@@ -178,7 +178,7 @@ main(int argc, char **argv)
sprintf(T_buf, "%s:", argv[0]); sprintf(T_buf, "%s:", argv[0]);
len = strlen(T_buf); len = strlen(T_buf);
(void) t_getdate(T_buf + len, T_BIGBUF - len); (void) t_getdate(T_buf + len, T_BIGBUF - len);
t_info("S", T_buf); t_putinfo("S", T_buf);
/* /*
* setup the test environment using the config file * setup the test environment using the config file