mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 20:00:12 +01:00
removed debug info
Change-Id: I5192cd078f39987fff4b58972697f57773584a7c Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
parent
a59508b994
commit
f3cf6896a7
@ -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]){
|
||||||
|
Loading…
Reference in New Issue
Block a user