server/peer.c: Engage the interval timer only while there are peers.
[tripe] / server / tripe.c
index b4f4cc9..bf217b3 100644 (file)
@@ -418,8 +418,6 @@ int main(int argc, char *argv[])
     a_switcherr();
   }
 
-  iv_addreason();
-
   lp_run();
   return (0);
 }