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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user