diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-26 18:56:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-26 18:56:47 +0000 |
commit | 9e6cbca366809d2da3273ba76e22b1b195ac0428 (patch) | |
tree | 46695fedffcca49117e62d84c6ed76ed875e30d4 /interface.c | |
parent | 377570143098232bbbe0edd493b55ceb7e4d1fe4 (diff) | |
download | fetchmail-9e6cbca366809d2da3273ba76e22b1b195ac0428.tar.gz fetchmail-9e6cbca366809d2da3273ba76e22b1b195ac0428.tar.bz2 fetchmail-9e6cbca366809d2da3273ba76e22b1b195ac0428.zip |
Support interface check in foreground as well as daemon mode.
svn path=/trunk/; revision=697
Diffstat (limited to 'interface.c')
-rw-r--r-- | interface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/interface.c b/interface.c index 39b39922..20d5e8ca 100644 --- a/interface.c +++ b/interface.c @@ -144,8 +144,6 @@ void interface_note_activity(void) { ifinfo_t ifinfo; - sleep(3); /* allow some time for the link to quiesce */ - /* get the current I/O stats for the monitored link */ if (monitor && get_ifinfo(monitor, &ifinfo)) monitor_io = ifinfo.rx_packets + ifinfo.tx_packets; |