krb5: zeros is static, does not need explicit initializer

This commit is contained in:
Luke Howard
2022-01-17 10:04:27 +11:00
parent ab042dca36
commit 7432589757

View File

@@ -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)