mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
url.c: make line shorter than 80 chars
This commit is contained in:
parent
bff78cc18e
commit
880cf0bedc
@ -4664,7 +4664,8 @@ static void reuse_conn(struct connectdata *old_conn,
|
||||
conn->host=old_conn->host;
|
||||
}
|
||||
else
|
||||
Curl_safefree(old_conn->host.rawalloc); /* free the newly allocated name buffer */
|
||||
/* free the newly allocated name buffer */
|
||||
Curl_safefree(old_conn->host.rawalloc);
|
||||
|
||||
/* persist connection info in session handle */
|
||||
Curl_persistconninfo(conn);
|
||||
|
Loading…
Reference in New Issue
Block a user