[CRIU] [PATCH 6/6] compel: cli -- Fix typo in options parsing

Cyrill Gorcunov gorcunov at openvz.org
Thu Nov 17 14:44:36 PST 2016


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 compel/src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compel/src/main.c b/compel/src/main.c
index 643b6a96cccd..0f929a01b057 100644
--- a/compel/src/main.c
+++ b/compel/src/main.c
@@ -179,8 +179,8 @@ int main(int argc, char *argv[])
 			opts.nrgotpcrel_name = optarg;
 			break;
 		case 'l':
-			break;
 			log_level = atoi(optarg);
+			break;
 		case 'h':
 			goto usage;
 		case 'V':
-- 
2.7.4



More information about the CRIU mailing list