diff options
Diffstat (limited to 'src/socket_stream.c')
| -rw-r--r-- | src/socket_stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket_stream.c b/src/socket_stream.c index 113b8f698..ce41fb640 100644 --- a/src/socket_stream.c +++ b/src/socket_stream.c @@ -99,7 +99,6 @@ int socket_connect(git_stream *stream) if ((ret = p_getaddrinfo(st->host, st->port, &hints, &info)) != 0) { giterr_set(GITERR_NET, - "Failed to resolve address for %s: %s", st->host, p_gai_strerror(ret)); return -1; } |
