Skip to content

Commit

Permalink
Use dnsupdate_errx not errx from libc
Browse files Browse the repository at this point in the history
Broken in r195 by the addition of a call to errx (libc version) in a
file that did not have it redefined to dnsupdate_errx().

Fixes bug #24821 again.
  • Loading branch information
tedjp committed Sep 2, 2011
1 parent 6c1e9a5 commit 456e7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "common.h"
#include "dns.h"
#include "err.h"

/*
* Functions for decoding DNS packets (RFC 1035)
Expand Down

0 comments on commit 456e7b0

Please sign in to comment.