2500. [contrib] contrib/sdb/pgsql/zonetodb.c called non-existant

function. [RT #18582]
This commit is contained in:
Mark Andrews 2008-11-27 06:14:22 +00:00
parent fe3f310e2e
commit 47d9a2bec1
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,6 @@
2500. [contrib] contrib/sdb/pgsql/zonetodb.c called non-existant
function. [RT #18582]
2499. [port] solaris: lib/lwres/getaddrinfo.c namespace clash.
[RT #18837]

View file

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zonetodb.c,v 1.20 2008/09/25 04:02:38 tbox Exp $ */
/* $Id: zonetodb.c,v 1.21 2008/11/27 06:14:22 marka Exp $ */
#include <stdlib.h>
#include <string.h>
@ -165,10 +165,10 @@ main(int argc, char **argv) {
check_result(result, "isc_mem_create");
result = isc_entropy_create(mctx, &ectx);
result_check (result, "isc_entropy_create");
check_result(result, "isc_entropy_create");
result = isc_hash_create(mctx, ectx, DNS_NAME_MAXWIRE);
check_result (result, "isc_hash_create");
check_result(result, "isc_hash_create");
isc_buffer_init(&b, porigin, strlen(porigin));
isc_buffer_add(&b, strlen(porigin));