This commit is contained in:
Bob Halley
1999-05-03 19:57:33 +00:00
parent a85c8737f7
commit 9104e9a3e2

View File

@@ -329,7 +329,7 @@ main(int argc, char *argv[]) {
* application code, ever.
*/
message->from_to_wire = DNS_MESSAGE_INTENT_RENDER;
memset(&b, 0, sizeof(b));
memset(b, 0, sizeof(b));
isc_buffer_clear(&source);
for (i = 0 ; i < DNS_SECTION_MAX ; i++)