Removed an unnecessary field from the connection structure
This commit is contained in:
1
conman.h
1
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 */
|
||||
|
Reference in New Issue
Block a user