summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/server.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-08-28 11:38:27 +0000
committernicm <nicm@openbsd.org>2015-08-28 11:38:27 +0000
commit03e2b84e8cf40844b0182285d2ebe0ba332ae80d (patch)
treec26672290c9e8dcde0ac8b190a6a688c7ee053a3 /usr.bin/tmux/server.c
parentRename 'part_blkno' to 'sector' as it has not held DEV_BSIZE values in (diff)
downloadwireguard-openbsd-03e2b84e8cf40844b0182285d2ebe0ba332ae80d.tar.xz
wireguard-openbsd-03e2b84e8cf40844b0182285d2ebe0ba332ae80d.zip
Move format job cleanup onto its own timer.
Diffstat (limited to 'usr.bin/tmux/server.c')
-rw-r--r--usr.bin/tmux/server.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tmux/server.c b/usr.bin/tmux/server.c
index 1c95a6f7ba2..d0b266636eb 100644
--- a/usr.bin/tmux/server.c
+++ b/usr.bin/tmux/server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.c,v 1.129 2015/07/20 15:50:04 nicm Exp $ */
+/* $OpenBSD: server.c,v 1.130 2015/08/28 11:38:27 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -522,8 +522,6 @@ server_second_callback(unused int fd, unused short events, unused void *arg)
server_client_status_timer();
- format_clean();
-
evtimer_del(&server_ev_second);
memset(&tv, 0, sizeof tv);
tv.tv_sec = 1;