mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
fixed typo in setting session fd
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -87,7 +87,7 @@ void process_bdat(struct smtp_session *session, char *readbuf, int readlen, stru
|
||||
close(session->fd);
|
||||
unlink(session->ttmpfile);
|
||||
|
||||
session->fd = 1;
|
||||
session->fd = -1;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user