]> jfr.im git - solanum.git/commitdiff
Explanatory comment for LFLAGS_FAKE
authorEd Kellett <redacted>
Sun, 1 Nov 2020 04:09:41 +0000 (04:09 +0000)
committerEd Kellett <redacted>
Sun, 1 Nov 2020 04:33:30 +0000 (04:33 +0000)
include/client.h

index 8df9431df65e82520b4d1ac838d53ee02d137ae2..ba890b57d9b27191fc27d6b7b525198b83f59add 100644 (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 */