aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/secondary.c
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2011-09-28 13:13:43 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2011-09-28 13:13:43 +0000
commit39852ce89e85f892eef8d0fc271148138e342929 (patch)
treee5cff320e694800f46f3336b3dd8d0ba2035f139 /sbin/hastd/secondary.c
parent518dd4c0d976cbdc696e72716297d8c39b273d6e (diff)
downloadsrc-39852ce89e85f892eef8d0fc271148138e342929.tar.gz
src-39852ce89e85f892eef8d0fc271148138e342929.zip
Break a bit earlier.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=225831
Diffstat (limited to 'sbin/hastd/secondary.c')
-rw-r--r--sbin/hastd/secondary.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c
index fc0c8986f390..0ec4c6e28deb 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. */