chiark / gitweb /
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 56b570fbc7996df643df6f62316fd108b9a6cec6..73919ffb7c588f2d7a62375f39c09d1991f558a6 100644 (file)
@@ -537,7 +537,7 @@ int adns_processany(adns_state ads) {
                 now,&r);
 
   adns__consistency(ads,0,cc_entex);
                 now,&r);
 
   adns__consistency(ads,0,cc_entex);
-  return r;
+  return 0;
 }
 
 void adns__autosys(adns_state ads, struct timeval now) {
 }
 
 void adns__autosys(adns_state ads, struct timeval now) {