fix typo
This commit is contained in:
parent
45cb854e6f
commit
9e55a34a46
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ get_options (int argc, char **argv)
|
|||
int level;
|
||||
|
||||
/* Clear config */
|
||||
memset(&ns_config, 0 , sizeof(config));
|
||||
memset(&nsconfig, 0 , sizeof(config));
|
||||
/* Debug mode overrides */
|
||||
#ifdef DEBUG
|
||||
nsconfig.loglevel = LOG_INFO;
|
||||
|
|
Reference in a new issue