diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:01:00 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:01:00 +0000 |
commit | c6342fe2e90510d8d2296423f2ca92818a7b3d18 (patch) | |
tree | 0cc9064980c804a7bf5cc6d96c9249950c7e56a9 /examples/ldns-update.c | |
parent | 65be028f32ed37dce84f6328d4a7172132c8c224 (diff) |
Notes
Diffstat (limited to 'examples/ldns-update.c')
-rw-r--r-- | examples/ldns-update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ldns-update.c b/examples/ldns-update.c index af4dd02a5438..c6782036507d 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]); |