This commit is contained in:
Mark 2004-09-01 22:18:41 +00:00
parent 45cb854e6f
commit 9e55a34a46

View file

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