kdc: Fix discarded qualifiers warning
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Nico Williams

parent
043b0d02c1
commit
af0b70fcc2
@@ -983,7 +983,7 @@ pa_enc_ts_validate(astgs_request_t r, const PA_DATA *pa)
|
|||||||
|
|
||||||
struct kdc_patypes {
|
struct kdc_patypes {
|
||||||
int type;
|
int type;
|
||||||
char *name;
|
const char *name;
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
#define PA_ANNOUNCE 1
|
#define PA_ANNOUNCE 1
|
||||||
#define PA_REQ_FAST 2 /* only use inside fast */
|
#define PA_REQ_FAST 2 /* only use inside fast */
|
||||||
|
Reference in New Issue
Block a user