protobuf-c-rpc/protobuf-c-rpc.c: remove the duplicate call to

protobuf_c_dispatch_close_fd() (fixes #82)
This commit is contained in:
Ilya Lipnitskiy 2013-11-27 16:13:24 -08:00
parent b5b1d4e907
commit 3ec5aa1256

View File

@ -269,7 +269,6 @@ handle_client_fd_connect_events (int fd,
else
{
/* Call error handler */
protobuf_c_dispatch_close_fd (client->dispatch, client->fd);
client_failed (client,
"failed connecting to server: %s",
strerror (fd_errno));