summaryrefslogtreecommitdiff
path: root/lib/ext/dumbfw.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/dumbfw.c')
-rw-r--r--lib/ext/dumbfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/dumbfw.c b/lib/ext/dumbfw.c
index d48f28ecc1..b623f2a396 100644
--- a/lib/ext/dumbfw.c
+++ b/lib/ext/dumbfw.c
@@ -63,7 +63,7 @@ _gnutls_dumbfw_send_params(gnutls_session_t session,
} else {
/* 256 <= extdata->length < 512 */
pad_size = 512 - extdata->length;
- memset(pad, 0, pad_size);
+ memset(pad, 0, pad_size);
ret =
gnutls_buffer_append_data(extdata, pad,