krb5: zeros is static, does not need explicit initializer
This commit is contained in:
@@ -98,7 +98,7 @@ struct krb5_pac_data {
|
|||||||
} \
|
} \
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
static const char zeros[PAC_ALIGNMENT] = { 0 };
|
static const char zeros[PAC_ALIGNMENT];
|
||||||
|
|
||||||
static void
|
static void
|
||||||
pac_dealloc(void *ctx)
|
pac_dealloc(void *ctx)
|
||||||
|
Reference in New Issue
Block a user