Removed an unnecessary field from the connection structure

This commit is contained in:
2016-11-21 14:18:52 +01:00
parent c39f96c253
commit e5ecf5218e

View File

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