aboutsummaryrefslogtreecommitdiff
path: root/lib/share.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/share.c')
-rw-r--r--lib/share.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/share.c b/lib/share.c
index 71c2ef308..a89e15e3d 100644
--- a/lib/share.c
+++ b/lib/share.c
@@ -91,6 +91,7 @@ curl_share_setopt(CURLSH *sh, CURLSHoption option, ...)
share->nsslsession = 8;
share->sslsession = calloc(share->nsslsession,
sizeof(struct curl_ssl_session));
+ share->sessionage = 0;
if(!share->sslsession)
return CURLSHE_NOMEM;
}