Loading src/proto-tcp.c +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ tcpcon_destroy_tcb( struct TCP_Control_Block **r_entry; struct BannerOutput *banout; printf("." "tcb age = %u-sec, reason=%u \n", time(0) - tcb->when_created, reason); //printf("." "tcb age = %u-sec, reason=%u \n", time(0) - tcb->when_created, reason); /* * The TCB doesn't point to it's location in the table. Therefore, we Loading Loading
src/proto-tcp.c +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ tcpcon_destroy_tcb( struct TCP_Control_Block **r_entry; struct BannerOutput *banout; printf("." "tcb age = %u-sec, reason=%u \n", time(0) - tcb->when_created, reason); //printf("." "tcb age = %u-sec, reason=%u \n", time(0) - tcb->when_created, reason); /* * The TCB doesn't point to it's location in the table. Therefore, we Loading