git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1035 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
(no author) 2005-02-05 02:09:46 +00:00
parent 09e5465bf0
commit d3b9e3e5b4
2 changed files with 2 additions and 0 deletions

View File

@ -3364,6 +3364,7 @@ int login_lan_config_read(const char *lancfgName) {
int login_config_read(const char *cfgName) {
char line[1024], w1[1024], w2[1024];
FILE *fp;
struct hostent *h = NULL;
if ((fp = fopen(cfgName, "r")) == NULL) {
printf("Configuration file (%s) not found.\n", cfgName);

View File

@ -1577,6 +1577,7 @@ int login_config_read(const char *cfgName){
int i;
char line[1024], w1[1024], w2[1024];
FILE *fp;
struct hostent *h = NULL;
fp=fopen(cfgName,"r");