chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Return 0, not r, from processany.
[adns]
/
src
/
event.c
diff --git
a/src/event.c
b/src/event.c
index 56b570fbc7996df643df6f62316fd108b9a6cec6..73919ffb7c588f2d7a62375f39c09d1991f558a6 100644
(file)
--- a/
src/event.c
+++ b/
src/event.c
@@
-537,7
+537,7
@@
int adns_processany(adns_state ads) {
now,&r);
adns__consistency(ads,0,cc_entex);
- return
r
;
+ return
0
;
}
void adns__autosys(adns_state ads, struct timeval now) {