mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
unchecked putnull
This commit is contained in:
parent
7554ff1619
commit
e465d54bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -7244,7 +7244,7 @@ zone_from_args(ns_server_t *server, char *args, const char *zonetxt,
|
|||
|
||||
tresult = putstr(text, problem);
|
||||
if (tresult == ISC_R_SUCCESS)
|
||||
putnull(text);
|
||||
(void) putnull(text);
|
||||
}
|
||||
|
||||
cleanup:
|
||||
|
|
|
|||
Loading…
Reference in a new issue