diff options
author | pjd <pjd@FreeBSD.org> | 2011-09-28 13:13:43 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2011-09-28 13:13:43 +0000 |
commit | 3fbe0df4ff86fa8830e20725cf422207c6873403 (patch) | |
tree | e5cff320e694800f46f3336b3dd8d0ba2035f139 /sbin/hastd | |
parent | 374501b4952a809fac64c99d244ca1236ae5d5ca (diff) | |
download | FreeBSD-src-3fbe0df4ff86fa8830e20725cf422207c6873403.zip FreeBSD-src-3fbe0df4ff86fa8830e20725cf422207c6873403.tar.gz |
Break a bit earlier.
MFC after: 3 days
Diffstat (limited to 'sbin/hastd')
-rw-r--r-- | sbin/hastd/secondary.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c index fc0c898..0ec4c6e 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. */ |