]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
ldns-update should send updates to port 53!
authorWillem Toorop <willem@nlnetlabs.nl>
Tue, 27 May 2014 15:32:56 +0000 (17:32 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Tue, 27 May 2014 15:32:56 +0000 (17:32 +0200)
examples/ldns-update.c

index af4dd02a5438f0e06ae3d2dfbb897ac9dd369257..c6782036507de064ae29f8e30be4b64fb7909be7 100644 (file)
@@ -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]);