chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e448ac7
)
Make ADNS wait for the event loop before collecting replies.
author
mdw
<mdw>
Sat, 3 Apr 2004 03:28:54 +0000
(
03:28
+0000)
committer
mdw
<mdw>
Sat, 3 Apr 2004 03:28:54 +0000
(
03:28
+0000)
bres-adns.c
patch
|
blob
|
blame
|
history
diff --git
a/bres-adns.c
b/bres-adns.c
index 5e6ea584711e2a30a0eb7f3d656866eac1608053..34372a9cda03fbae818548a15b394f172e984162 100644
(file)
--- a/
bres-adns.c
+++ b/
bres-adns.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: bres-adns.c,v 1.
2 2003/12/14 14:46:38
mdw Exp $
+ * $Id: bres-adns.c,v 1.
3 2004/04/03 03:28:54
mdw Exp $
*
* Background reverse name resolution (ADNS version)
*
*
* Background reverse name resolution (ADNS version)
*
@@
-42,6
+42,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: bres-adns.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: bres-adns.c,v $
+ * Revision 1.3 2004/04/03 03:28:54 mdw
+ * Make ADNS wait for the event loop before collecting replies.
+ *
* Revision 1.2 2003/12/14 14:46:38 mdw
* Qualify name given to @bres_byname@.
*
* Revision 1.2 2003/12/14 14:46:38 mdw
* Qualify name given to @bres_byname@.
*
@@
-331,7
+334,7
@@
void bres_init(sel_state *s)
{
int e;
{
int e;
- if ((e = adns_init(&ads,
0
, 0)) != 0) {
+ if ((e = adns_init(&ads,
adns_if_noautosys
, 0)) != 0) {
moan("adns_init failed: resolver won't work");
return;
}
moan("adns_init failed: resolver won't work");
return;
}