diff options
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index 716781d0..98f2052a 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -545,7 +545,7 @@ static void email_justify(const userec_t *muser) mobile_message(mobile, buf); else #endif - bsmtp("etc/registermail", buf, muser->email, 0); + bsmtp("etc/registermail", buf, muser->email); strlcpy(cuser.userid, tmp, sizeof(cuser.userid)); move(20,0); clrtobot(); |