From: ian Date: Sun, 10 Oct 1999 14:22:48 +0000 (+0000) Subject: Return 0, not r, from processany. X-Git-Tag: adns-1.5.0-rc0~356 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/c118a7254985626bf91312e73cfef575c6decf82 Return 0, not r, from processany. --- diff --git a/src/event.c b/src/event.c index 56b570f..73919ff 100644 --- 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) {