mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41:59 +01:00
fixed typo in setting session fd
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
0d7d1f9ff7
commit
59eabf194b
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user