svn commit: r225831 - head/sbin/hastd

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Sep 28 13:13:43 UTC 2011


Author: pjd
Date: Wed Sep 28 13:13:43 2011
New Revision: 225831
URL: http://svn.freebsd.org/changeset/base/225831

Log:
  Break a bit earlier.
  
  MFC after:	3 days

Modified:
  head/sbin/hastd/secondary.c

Modified: head/sbin/hastd/secondary.c
==============================================================================
--- head/sbin/hastd/secondary.c	Wed Sep 28 13:08:51 2011	(r225830)
+++ head/sbin/hastd/secondary.c	Wed Sep 28 13:13:43 2011	(r225831)
@@ -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. */


More information about the svn-src-all mailing list