Explanatory comment for LFLAGS_FAKE

This commit is contained in:
Ed Kellett 2020-11-01 04:09:41 +00:00
parent 5409fbc0f7
commit 05e3afc87e

View file

@ -438,6 +438,7 @@ struct ListClient
#define LFLAGS_CORK 0x00000004
#define LFLAGS_SCTP 0x00000008
#define LFLAGS_SECURE 0x00000010 /* for marking SSL clients as secure before registration */
/* LFLAGS_FAKE: client may not have the usually expected machinery plugged in; don't assert on it. For tests only. */
#define LFLAGS_FAKE 0x00000020
/* umodes, settable flags */