mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 20:10:11 +01:00
Fixed another make_random_string() call
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
107d88db99
commit
f9162bc085
@ -310,5 +310,5 @@ void process_command_reset(struct smtp_session *session){
|
|||||||
reset_bdat_counters(session);
|
reset_bdat_counters(session);
|
||||||
|
|
||||||
memset(&(session->ttmpfile[0]), 0, SMALLBUFSIZE);
|
memset(&(session->ttmpfile[0]), 0, SMALLBUFSIZE);
|
||||||
make_random_string(&(session->ttmpfile[0]), QUEUE_ID_LEN);
|
make_random_string((unsigned char *)&(session->ttmpfile[0]), QUEUE_ID_LEN);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user