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 */