diff options
Diffstat (limited to 'mbbsd/record.c')
-rw-r--r-- | mbbsd/record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/record.c b/mbbsd/record.c index e8b56500..dc0ed900 100644 --- a/mbbsd/record.c +++ b/mbbsd/record.c @@ -603,7 +603,7 @@ append_record_forward(char *fpath, fileheader_t * record, int size, const char * #ifndef USE_BSMTP bbs_sendmail(buf, record->title, address); #else - bsmtp(buf, record->title, address, 0); + bsmtp(buf, record->title, address); #endif return 0; } |