From: Ed Kellett Date: Sun, 1 Nov 2020 04:09:41 +0000 (+0000) Subject: Explanatory comment for LFLAGS_FAKE X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/05e3afc87e13ea1b237a19aea241ac2e7eba3b02?ds=inline Explanatory comment for LFLAGS_FAKE --- diff --git a/include/client.h b/include/client.h index 8df9431d..ba890b57 100644 --- a/include/client.h +++ b/include/client.h @@ -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 */