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:
Tao Li 2019-05-30 10:22:02 +08:00
parent 2ee3eecfba
commit 9352d31c58
1 changed files with 2 additions and 1 deletions

View File

@ -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= "" ;