From d8f7b96b39016dc6976a80d46eaebea950b89b55 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 2 Jul 2008 20:32:39 +0000 Subject: Version 0.2 --- plugin/dnsnotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/dnsnotify.c') diff --git a/plugin/dnsnotify.c b/plugin/dnsnotify.c index c24b90c..58f4bec 100644 --- a/plugin/dnsnotify.c +++ b/plugin/dnsnotify.c @@ -269,7 +269,7 @@ notify_dns_slaves (char *zone, char **ns) if (write_all (dnsnotify_pipe, "NOTIFY: ", 8) < 0 || write_all (dnsnotify_pipe, zone, strlen (zone)) < 0 || write_all (dnsnotify_pipe, " ", 1) < 0 || - write_all (dnsnotify_pipe, *ns, strlen (*ns)) < 0 || + write_all (dnsnotify_pipe, n, strlen (n)) < 0 || write_all (dnsnotify_pipe, "\n", 1) < 0) { if (errno == EPIPE) { complete = 0; -- cgit v1.2.3