diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-12-31 16:41:55 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-12-31 16:41:55 +0100 |
commit | e844421f6d6a7461eee76428cdcd5e8d6bca89e2 (patch) | |
tree | e5751f8b1916359f3f9b267a02df41e9b44f5661 /kms/kms_shared.h | |
parent | 54b03eabbd8eb481da707ee31bd716ae9806b80f (diff) |
Reverse kms server connect direction to fix umask issue
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 b72d75d..d31302b 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 1 +#define GSR_KMS_PROTOCOL_VERSION 2 #define GSR_KMS_MAX_PLANES 32 typedef enum { |