diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index 3932c0c1..3f6540a8 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1352,7 +1352,6 @@ toregister(char *email, char *genbuf, char *phone, char *career, if ((fn = fopen(fn_register, "a"))) { fprintf(fn, "num: %d, %s", usernum, ctime4(&now)); fprintf(fn, "uid: %s\n", cuser.userid); - fprintf(fn, "ident: \n"); fprintf(fn, "name: %s\n", rname); fprintf(fn, "career: %s\n", career); fprintf(fn, "addr: %s\n", addr); |