From d55e68a660bb9c73b88eb64bd94c81498678906a Mon Sep 17 00:00:00 2001 From: Tomas Racek Date: Sun, 21 Apr 2013 23:21:32 -0400 Subject: [PATCH] e2image: remove useless exit call Exit is called right after the install_image anyway so this one can be removed. Signed-off-by: Tomas Racek Signed-off-by: Theodore Ts'o --- misc/e2image.c | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/e2image.c b/misc/e2image.c index b1badda05..6988c4d26 100644 --- a/misc/e2image.c +++ b/misc/e2image.c @@ -1230,7 +1230,6 @@ static void install_image(char *device, char *image_fn, int type) } ext2fs_close (fs); - exit (0); } static struct ext2_qcow2_hdr *check_qcow2_image(int *fd, char *name) -- 2.47.2