summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/Clients/dnsctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/Clients/dnsctl.c')
-rw-r--r--mDNSResponder/Clients/dnsctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mDNSResponder/Clients/dnsctl.c b/mDNSResponder/Clients/dnsctl.c
index f040e1fb..b557ac32 100644
--- a/mDNSResponder/Clients/dnsctl.c
+++ b/mDNSResponder/Clients/dnsctl.c
@@ -18,7 +18,7 @@
#include <net/if.h> // if_nametoindex()
#include <dispatch/dispatch.h>
-#include "dns_services.h"
+#include "dns_services_mdns.h"
//*************************************************************************************************************
// Globals:
@@ -79,6 +79,7 @@ static void dnsproxy_reply(DNSXConnRef connRef, DNSXErrorType errCode)
default : printf("UNKNOWN ERR \n");
DNSXRefDeAlloc(ClientRef); break;
}
+ fflush(NULL);
}