rectify comment for Message handler indexes
This commit is contained in:
parent
baef55657e
commit
310f88cfb1
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct Message
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
|
|
||||||
/* handlers:
|
/* handlers:
|
||||||
* UNREGISTERED, CLIENT, RCLIENT, SERVER, OPER, LAST
|
* UNREGISTERED, CLIENT, RCLIENT, SERVER, ENCAP, OPER, LAST
|
||||||
*/
|
*/
|
||||||
struct MessageEntry handlers[LAST_HANDLER_TYPE];
|
struct MessageEntry handlers[LAST_HANDLER_TYPE];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue