From f1b11e2d16ae3edd53df1492a17d9ef07322788f Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Fri, 4 Jan 2019 17:22:51 +0100 Subject: [PATCH] MINOR: connections: Remove a stall comment. Remove the comment that pretends 0x40000000 is unused, it's not true anymore. --- include/types/connection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/types/connection.h b/include/types/connection.h index b273ece46..434318fbf 100644 --- a/include/types/connection.h +++ b/include/types/connection.h @@ -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()