mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +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) )
|
if ((host != NULL) && (is_safe(host) != ISC_TRUE) )
|
||||||
return (ISC_R_FAILURE);
|
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) )
|
if ((client != NULL) && (is_safe(client) != ISC_TRUE) )
|
||||||
return (ISC_R_FAILURE);
|
return (ISC_R_FAILURE);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user