mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:52:05 -04:00
Had ISC_R_SUCCESS instead of DNS_R_SUCCESS
This commit is contained in:
parent
afdb3abb9b
commit
41484be055
1 changed files with 1 additions and 1 deletions
|
|
@ -2811,7 +2811,7 @@ dns_rbtdb_create
|
|||
|
||||
*dbp = (dns_db_t *)rbtdb;
|
||||
|
||||
return (ISC_R_SUCCESS);
|
||||
return (DNS_R_SUCCESS);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue