Upgraded to 0.39.5

This commit is contained in:
Michiel Broek
2003-12-24 12:55:27 +00:00
parent fb927af2bd
commit fe747016d1
8 changed files with 6 additions and 3228 deletions

View File

@@ -1041,9 +1041,6 @@ void *scheduler(void)
* Enter the mainloop (forever)
*/
do {
#ifdef USE_EXPERIMENT
Syslog('l', "Starting scheduler loop");
#endif
sleep(1);
if (T_Shutdown)
break;

View File

@@ -371,9 +371,6 @@ void *ping_thread(void)
if (inet_aton(pingaddress, &paddr)) {
rc = ping_send(paddr);
#ifdef USE_EXPERIMENT
Syslog('p', "ping_send(%s) rc=%d", pingaddress, rc);
#endif
if (rc) {
if (icmp_errs++ < ICMP_MAX_ERRS)
Syslog('?', "ping: to %s rc=%d", pingaddress, rc);
@@ -403,9 +400,6 @@ void *ping_thread(void)
* packets and empty results (packet still underway).
*/
while ((rc = ping_receive(paddr)) == -1);
#ifdef USE_EXPERIMENT
Syslog('p', "ping_receive() rc=%d", rc);
#endif
if (!rc) {
/*
* Reply received.