aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 7a86a8f8..6641cd4a 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -503,14 +503,15 @@ int main (int argc, char **argv)
#if defined(linux) && !INET6
if (ctl->server.monitor)
- {
- /* Allow some time for the link to quiesce. One
- * second is usually sufficient, three is safe.
- * Note: this delay is important - don't remove!
- */
- sleep(3);
- interface_note_activity(&ctl->server);
- }
+ {
+ /*
+ * Allow some time for the link to quiesce. One
+ * second is usually sufficient, three is safe.
+ * Note: this delay is important - don't remove!
+ */
+ sleep(3);
+ interface_note_activity(&ctl->server);
+ }
#endif /* defined(linux) && !INET6 */
}
}