0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 08:42:34 +01:00

Once more with feeling, remove useless enum bit

Now with 50% less experimental changes
This commit is contained in:
Elizabeth Myers 2016-03-10 02:42:40 -06:00
parent be67cfca84
commit 2c01da6b7e

View file

@ -33,7 +33,6 @@ typedef enum
PROVIDER_RDNS = 0x1, PROVIDER_RDNS = 0x1,
PROVIDER_IDENT = 0x2, PROVIDER_IDENT = 0x2,
PROVIDER_BLACKLIST = 0x4, PROVIDER_BLACKLIST = 0x4,
PROVIDER_DUMMY = 0x8,
} provider_t; } provider_t;
struct auth_client struct auth_client