configured with auto-dnssec and there was no
key-directory. [RT #20615]
+2767. [bug] named could crash on startup if a zone was
+ configured with auto-dnssec and there was no
+ key-directory. [RT #20615]
+
2766. [bug] isc_socket_fdwatchpoke() should only update the
socketmgr state if the socket is not pending on a
read or write. [RT #20603]
*/
/*
- * $Id: dnssec.c,v 1.108 2009/10/27 03:59:45 each Exp $
+ * $Id: dnssec.c,v 1.109 2009/11/16 01:44:33 each Exp $
*/
/*! \file */
len = isc_buffer_usedlength(&b);
namebuf[len] = '\0';
+ if (directory == NULL)
+ directory = ".";
RETERR(isc_dir_open(&dir, directory));
dir_open = ISC_TRUE;