MINOR: connections: Remove a stall comment.

Remove the comment that pretends 0x40000000 is unused, it's not true anymore.
This commit is contained in:
Olivier Houchard 2019-01-04 17:22:51 +01:00 committed by Olivier Houchard
parent 5cd6217185
commit f1b11e2d16

View File

@ -198,7 +198,6 @@ enum {
/* The connection is unused by its owner */
CO_FL_SESS_IDLE = 0x40000000,
/* unused : 0x40000000 */
/* This last flag indicates that the transport layer is used (for instance
* by logs) and must not be cleared yet. The last call to conn_xprt_close()