aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/ext_max_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/ext_max_record.c')
-rw-r--r--src/daemon/https/tls/ext_max_record.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/https/tls/ext_max_record.c b/src/daemon/https/tls/ext_max_record.c
index 421a1739..5dcf2225 100644
--- a/src/daemon/https/tls/ext_max_record.c
+++ b/src/daemon/https/tls/ext_max_record.c
@@ -121,8 +121,8 @@ MHD_gtls_max_record_send_params (MHD_gtls_session_t session, opaque * data,
121 } 121 }
122 122
123 data[0] = 123 data[0] =
124 (uint8_t) MHD_gtls_mre_record2num (session->internals. 124 (uint8_t) MHD_gtls_mre_record2num (session->
125 proposed_record_size); 125 internals.proposed_record_size);
126 return len; 126 return len;
127 } 127 }
128 128