chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Promise not to change fds in adns_beforepoll (if now is specified).
[adns]
/
client
/
adnstest.c
diff --git
a/client/adnstest.c
b/client/adnstest.c
index 7a69170e34dcb3bc24ee09087c15abf2d3b36deb..c4dd6b120709b28fa3bc15f0a57aea722f2673cc 100644
(file)
--- a/
client/adnstest.c
+++ b/
client/adnstest.c
@@
-1,5
+1,5
@@
/*
/*
- *
d
test.c
+ *
adns
test.c
* - simple test program, not part of the library
*/
/*
* - simple test program, not part of the library
*/
/*
@@
-206,7
+206,8
@@
int main(int argc, char *const *argv) {
if (initstring) {
r= adns_init_strcfg(&ads,
if (initstring) {
r= adns_init_strcfg(&ads,
- (adns_if_debug|adns_if_noautosys)^initflagsnum,
+ (adns_if_debug|adns_if_noautosys|adns_if_checkc_freq)
+ ^initflagsnum,
stdout,initstring);
} else {
r= adns_init(&ads,
stdout,initstring);
} else {
r= adns_init(&ads,