2
0
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:
Francis Dupont
2010-08-11 12:37:36 +00:00
parent d8ba58b392
commit 26f55cbdf6

View File

@@ -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);