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:
parent
be67cfca84
commit
2c01da6b7e
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ typedef enum
|
|||
PROVIDER_RDNS = 0x1,
|
||||
PROVIDER_IDENT = 0x2,
|
||||
PROVIDER_BLACKLIST = 0x4,
|
||||
PROVIDER_DUMMY = 0x8,
|
||||
} provider_t;
|
||||
|
||||
struct auth_client
|
||||
|
|
Loading…
Reference in a new issue