summaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 052542449..6f4e601cc 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -1440,7 +1440,6 @@ curl_socket_t Curl_getconnectinfo(struct Curl_easy *data,
if(connp) {
/* only store this if the caller cares for it */
*connp = c;
- c->data = data;
}
return c->sock[FIRSTSOCKET];
}