Update the init parameters for opts
Fix duplicated and missing parameters init opts.front opts.info opts.debug Closes-Bug: #1830990 Signed-off-by: Tao Li <litao3721@126.com> Change-Id: I275864e19612d4e01c4214f081810cd0dadd2323
This commit is contained in:
parent
2ee3eecfba
commit
9352d31c58
@ -121,10 +121,11 @@ void opts_init ( void)
|
||||
opts.help = false ;
|
||||
opts.log = false ;
|
||||
opts.test = false ;
|
||||
opts.info = false ;
|
||||
opts.verbose = false ;
|
||||
opts.Virtual = false ;
|
||||
opts.active = false ;
|
||||
opts.front = false ;
|
||||
opts.debug = 0 ;
|
||||
opts.front = false ;
|
||||
opts.command = "" ;
|
||||
opts.username= "" ;
|
||||
|
Loading…
Reference in New Issue
Block a user