From e5ecf5218e9649fca4cef2bd5bf585cbe0ca1bed Mon Sep 17 00:00:00 2001 From: koennecke Date: Mon, 21 Nov 2016 14:18:52 +0100 Subject: [PATCH] Removed an unnecessary field from the connection structure --- conman.h | 1 - 1 file changed, 1 deletion(-) diff --git a/conman.h b/conman.h index 85c4f319..89cf400a 100644 --- a/conman.h +++ b/conman.h @@ -40,7 +40,6 @@ typedef struct __SConnection { pObjectDescriptor pDes; /* must be here */ long lMagic; /* connection object ID */ long ident; /* connection idetification */ - struct __SConnection *next; /* pointer for freeConnection managenment */ int sockHandle; /* socket handle */ int iTelnet; /* telnet flag */ int iMacro; /* suppress I/O in macro */