From: Willem Toorop Date: Tue, 27 May 2014 15:32:56 +0000 (+0200) Subject: ldns-update should send updates to port 53! X-Git-Tag: release-1.7.0-rc1~161^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=558a40d513b7859b7885c2445ccf65436a5fa72b;p=thirdparty%2Fldns.git ldns-update should send updates to port 53! --- diff --git a/examples/ldns-update.c b/examples/ldns-update.c index af4dd02a..c6782036 100644 --- a/examples/ldns-update.c +++ b/examples/ldns-update.c @@ -262,7 +262,7 @@ main(int argc, char **argv) ldns_tsig_credentials tsig_cr, *tsig_cred; int c = 2; uint32_t defttl = 300; - uint32_t port = 5353; + uint32_t port = 53; prog = strdup(argv[0]);