We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d86b01 commit fca723eCopy full SHA for fca723e
modules/aaa/mod_auth_basic.c
@@ -40,9 +40,9 @@ typedef struct {
40
ap_expr_info_t *fakeuser;
41
ap_expr_info_t *fakepass;
42
const char *use_digest_algorithm;
43
- int fake_set:1;
44
- int use_digest_algorithm_set:1;
45
- int authoritative_set:1;
+ unsigned int fake_set:1,
+ use_digest_algorithm_set:1,
+ authoritative_set:1;
46
} auth_basic_config_rec;
47
48
static void *create_auth_basic_dir_config(apr_pool_t *p, char *d)
0 commit comments