From 39852ce89e85f892eef8d0fc271148138e342929 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 28 Sep 2011 13:13:43 +0000 Subject: [PATCH] Break a bit earlier. MFC after: 3 days --- sbin/hastd/secondary.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c index fc0c8986f39..0ec4c6e28de 100644 --- a/sbin/hastd/secondary.c +++ b/sbin/hastd/secondary.c @@ -699,6 +699,7 @@ disk_thread(void *arg) free(map); clear_activemap = false; pjdlog_debug(1, "Local activemap cleared."); + break; } reqlog(LOG_DEBUG, 2, -1, hio, "disk: (%p) Got request: ", hio); /* Handle the actual request. */