Coverity spotted this. Signed-off-by: Eric Sandeen <sandeen at redhat.com> --- (I assume that -T isn't supposed to imply -x?) diff --git a/io/init.c b/io/init.c index fd1a52f..1e2690e 100644 --- a/io/init.c +++ b/io/init.c @@ -181,6 +181,7 @@ init( break; case 'T': flags |= IO_TMPFILE; + break; case 'x': expert = 1; break;