diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index f108f7e8..bcc98f56 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -503,7 +503,7 @@ int main (int argc, char **argv) * Note: this delay is important - don't remove! */ sleep(3); - interface_note_dactivity(&ctl->server); + interface_note_activity(&ctl->server); } #endif /* defined(linux) && !INET6 */ } |