@@ -791,7 +791,7 @@ int inter_config_read(const char *cfgName) {
printf ("set db_server_logindb : %s\n",w2);
//support the import command, just like any other config
}else if(strcmpi(w1,"import")==0){
- sql_config_read(w2);
+ inter_config_read(w2);
}
fclose(fp);