If the list of templates 'o' passed to fuse_opt_parse(3) is NULL then
authorhelg <helg@openbsd.org>
Wed, 13 Dec 2017 12:23:48 +0000 (12:23 +0000)
committerhelg <helg@openbsd.org>
Wed, 13 Dec 2017 12:23:48 +0000 (12:23 +0000)
commitd997417f91da30ef17aa5132aee92f99a4a9559c
tree6a826d10d8442b1fe146b0d545245e5109ffb850
parent4e15a5f398df5252d12cd3a225175ed37edd0c92
If the list of templates 'o' passed to fuse_opt_parse(3) is NULL then
the processing function should be called in the same way as if no match
was found.

ok mpi@
lib/libfuse/fuse_opt.c
regress/lib/libfuse/fuse-opt-parse.c