Return 0, not r, from processany.
authorian <ian>
Sun, 10 Oct 1999 14:22:48 +0000 (14:22 +0000)
committerian <ian>
Sun, 10 Oct 1999 14:22:48 +0000 (14:22 +0000)
src/event.c

index 56b570f..73919ff 100644 (file)
@@ -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) {