mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
trivial fix in comment
This commit is contained in:
@@ -260,7 +260,7 @@ create_path(const char *zone, const char *host, const char *client,
|
||||
if ((host != NULL) && (is_safe(host) != ISC_TRUE) )
|
||||
return (ISC_R_FAILURE);
|
||||
|
||||
/* if host was passed, verify that it is safe */
|
||||
/* if client was passed, verify that it is safe */
|
||||
if ((client != NULL) && (is_safe(client) != ISC_TRUE) )
|
||||
return (ISC_R_FAILURE);
|
||||
|
||||
|
Reference in New Issue
Block a user