forked from github/server
compile maper
This commit is contained in:
parent
f06e9e8bef
commit
227418f05d
|
@ -258,7 +258,7 @@ read_newfactions(const char * filename)
|
||||||
if (nf) continue;
|
if (nf) continue;
|
||||||
nf = calloc(sizeof(newfaction), 1);
|
nf = calloc(sizeof(newfaction), 1);
|
||||||
if (set_email(&nf->email, email)!=0) {
|
if (set_email(&nf->email, email)!=0) {
|
||||||
log_error(("Invalid email address for faction %s: %s\n", itoa36(nf->no), email));
|
log_error(("Invalid email address for subscription %s: %s\n", itoa36(subscription), email));
|
||||||
}
|
}
|
||||||
nf->password = strdup(password);
|
nf->password = strdup(password);
|
||||||
nf->race = rc_find(race);
|
nf->race = rc_find(race);
|
||||||
|
|
Loading…
Reference in New Issue