init the name in dns_message_gettempname(). This means it'll be done twice
in many cases, but it means dns_message_puttempname() can safely be called
on the name in all cases.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: message.c,v 1.164.2.3 2001/02/23 18:27:59 gson Exp $ */
+/* $Id: message.c,v 1.164.2.4 2001/03/20 18:46:35 gson Exp $ */
/***
*** Imports
*item = isc_mempool_get(msg->namepool);
if (*item == NULL)
return (ISC_R_NOMEMORY);
+ dns_name_init(*item, NULL);
return (ISC_R_SUCCESS);
}