diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-12-31 16:57:14 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-12-31 16:57:14 +0100 |
commit | c340cb05177277ab0f20bf16ae9797fa5812fec9 (patch) | |
tree | 9a15d84aeced9ed49226609b455c35507395de48 /kms/kms_shared.h | |
parent | e844421f6d6a7461eee76428cdcd5e8d6bca89e2 (diff) |
Revert "Reverse kms server connect direction to fix umask issue"
This reverts commit e844421f6d6a7461eee76428cdcd5e8d6bca89e2.
Diffstat (limited to 'kms/kms_shared.h')
-rw-r--r-- | kms/kms_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kms/kms_shared.h b/kms/kms_shared.h index d31302b..b72d75d 100644 --- a/kms/kms_shared.h +++ b/kms/kms_shared.h @@ -4,7 +4,7 @@ #include <stdint.h> #include <stdbool.h> -#define GSR_KMS_PROTOCOL_VERSION 2 +#define GSR_KMS_PROTOCOL_VERSION 1 #define GSR_KMS_MAX_PLANES 32 typedef enum { |