| Index: net/curvecp/client_packetizer.h
|
| diff --git a/net/curvecp/client_packetizer.h b/net/curvecp/client_packetizer.h
|
| index 121446328371a0d53c6421262803bfe50d500d9c..691276f9d1bd9774e848509891b3866c36396b5a 100644
|
| --- a/net/curvecp/client_packetizer.h
|
| +++ b/net/curvecp/client_packetizer.h
|
| @@ -85,7 +85,7 @@ class ClientPacketizer : public Packetizer {
|
| Packetizer::Listener* listener_;
|
| CompletionCallback user_callback_;
|
| AddressList addresses_;
|
| - const struct addrinfo* current_address_;
|
| + int current_address_index_;
|
| int hello_attempts_; // Number of attempts to send a Hello Packet.
|
| bool initiate_sent_; // Indicates whether the Initiate Packet was sent.
|
|
|
|
|