removed debug info

Change-Id: I5192cd078f39987fff4b58972697f57773584a7c
Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
SJ 2016-11-10 22:11:29 +01:00
parent a59508b994
commit f3cf6896a7

View File

@ -266,8 +266,6 @@ int start_new_session(int socket){
slot = get_session_slot(); slot = get_session_slot();
syslog(LOG_PRIORITY, "INFO: found slot: %d", slot);
if(slot >= 0 && sessions[slot] == NULL){ if(slot >= 0 && sessions[slot] == NULL){
sessions[slot] = malloc(sizeof(struct smtp_session)); sessions[slot] = malloc(sizeof(struct smtp_session));
if(sessions[slot]){ if(sessions[slot]){