Upgraded to 0.39.5
This commit is contained in:
@@ -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;
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user