summaryrefslogtreecommitdiff
path: root/src/txt-converter/login/login-converter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/txt-converter/login/login-converter.c')
-rw-r--r--src/txt-converter/login/login-converter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/txt-converter/login/login-converter.c b/src/txt-converter/login/login-converter.c
index f452d70aa..d301e8db3 100644
--- a/src/txt-converter/login/login-converter.c
+++ b/src/txt-converter/login/login-converter.c
@@ -234,6 +234,10 @@ int login_config_read(const char *cfgName){
strcpy(db_server_logindb, w2);
printf ("set db_server_logindb : %s\n",w2);
}
+ //support the import command, just like any other config
+ else if(strcmpi(w1,"import")==0){
+ login_config_read(w2);
+ }
}
fclose(fp);
printf ("End reading interserver configuration...\n");