diff options
Diffstat (limited to 'ui/vnc-auth-sasl.h')
-rw-r--r-- | ui/vnc-auth-sasl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/vnc-auth-sasl.h b/ui/vnc-auth-sasl.h index cb42745a6b..b9d8de1c10 100644 --- a/ui/vnc-auth-sasl.h +++ b/ui/vnc-auth-sasl.h @@ -53,6 +53,7 @@ struct VncStateSASL { */ const uint8_t *encoded; unsigned int encodedLength; + unsigned int encodedRawLength; unsigned int encodedOffset; char *username; char *mechlist; |