mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
if (debugging), not if (debug)
This commit is contained in:
parent
cbce6b0c9a
commit
a04a6cbaca
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nsupdate.c,v 1.10 2000/06/27 22:04:06 mws Exp $ */
|
||||
/* $Id: nsupdate.c,v 1.11 2000/06/29 02:16:44 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <netdb.h>
|
||||
|
|
@ -1040,7 +1040,7 @@ update_completed(isc_task_t *task, isc_event_t *event) {
|
|||
check_result(result, "dns_message_create");
|
||||
result = dns_request_getresponse(reqev->request, rcvmsg, ISC_TRUE);
|
||||
check_result(result, "dns_request_getresponse");
|
||||
if (debug) {
|
||||
if (debugging) {
|
||||
isc_buffer_init(&buf, bufstore, MSGTEXT);
|
||||
result = dns_message_totext(rcvmsg, 0, &buf);
|
||||
check_result(result, "dns_message_totext");
|
||||
|
|
|
|||
Loading…
Reference in a new issue