[sheepdog] [PATCH v2 02/14] collie: remove unnecessary abort

MORITA Kazutaka morita.kazutaka at gmail.com
Mon Aug 12 02:11:42 CEST 2013


From: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>

This abort() was used to debug the commit 10d0e60 and I forgot to
remove it before sending the patch.

Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
 collie/vdi.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/collie/vdi.c b/collie/vdi.c
index bf80b2e..a16c076 100644
--- a/collie/vdi.c
+++ b/collie/vdi.c
@@ -1204,7 +1204,6 @@ static int vdi_read(int argc, char **argv)
 		ret = xwrite(STDOUT_FILENO, buf, len);
 		if (ret < 0) {
 			sd_err("Failed to write to stdout: %m");
-			abort();
 			ret = EXIT_SYSFAIL;
 			goto out;
 		}
-- 
1.7.9.5




More information about the sheepdog mailing list