virtiofsd: fix error handling in main()
commitc6de804670f2255ce776263124c37f3370dc5ac1
authorLiu Bo <bo.liu@linux.alibaba.com>
Wed, 5 Jun 2019 00:42:35 +0000 (5 08:42 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 23 Jan 2020 16:41:37 +0000 (23 16:41 +0000)
treec55ac5c025e873bd172f878ede26c9a127858a6d
parent8a792b034d4b315251fd842bb4c73a133aa1368f
virtiofsd: fix error handling in main()

Neither fuse_parse_cmdline() nor fuse_opt_parse() goes to the right place
to do cleanup.

Signed-off-by: Liu Bo <bo.liu@linux.alibaba.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/passthrough_ll.c