Skip to content
Snippets Groups Projects
Commit 12ca62d4 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

-t option can be skipped

parent ccfc500e
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,11 @@ int main(int argc, char const *const *argv,char const *const *envp)
info.help = help_enable ;
info.usage = usage_enable ;
/** The tree can be define by the frontend service file
* with the field @intree. So, avoid to crash at call of
* the tree_sethome() function. */
info.skip_opt_tree = 1 ;
return ssexec_main(argc,argv,envp,&ssexec_enable,&info) ;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment