[CRIU] [PATCH 5/6] compel: cli -- Fix typo in options parsing
Cyrill Gorcunov
gorcunov at openvz.org
Fri Nov 25 07:11:55 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 b9d02d71891f..3d18d7441590 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