A comment was incorrect.

This commit is contained in:
Brian Wellington
2000-11-17 21:09:33 +00:00
parent 0d8fe6131e
commit 32f2764f4c
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ timedb_authority(const char *zone, void *dbdata, dns_sdblookup_t *lookup) {
/*
* This zone does not support zone transfer, so allnodes() is NULL. There
* is no driver specific data, so create() and destroy() are NULL.
* is no database specific data, so create() and destroy() are NULL.
*/
static dns_sdbmethods_t timedb_methods = {
timedb_lookup,

View File

@@ -91,7 +91,7 @@ timedb_authority(const char *zone, void *dbdata, dns_sdblookup_t *lookup) {
/*
* This zone does not support zone transfer, so allnodes() is NULL. There
* is no driver specific data, so create() and destroy() are NULL.
* is no database specific data, so create() and destroy() are NULL.
*/
static dns_sdbmethods_t timedb_methods = {
timedb_lookup,