Fixed another make_random_string() call

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2019-11-27 20:45:30 +01:00
parent 107d88db99
commit f9162bc085

View File

@ -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);
} }