mirror of
https://github.com/curl/curl.git
synced 2026-07-23 22:57:17 +03:00
added missing semicolon fromn last commit.
This commit is contained in:
parent
fc1d1ea934
commit
4e8c4fc80b
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ CURLcode Curl_ssl_addsessionid(struct connectdata *conn,
|
|||
store->age = data->state.sessionage; /* set current age */
|
||||
if (store->name)
|
||||
/* free it if there's one already present */
|
||||
free(store->name)
|
||||
free(store->name);
|
||||
store->name = clone_host; /* clone host name */
|
||||
store->remote_port = conn->remote_port; /* port number */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue