summaryrefslogtreecommitdiffstats
path: root/client/red_peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_peer.h')
-rw-r--r--client/red_peer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_peer.h b/client/red_peer.h
index 89323570..ce06143c 100644
--- a/client/red_peer.h
+++ b/client/red_peer.h
@@ -69,7 +69,7 @@ public:
};
ConnectionOptions(Type in_type, int in_port, int in_sport,
- int in_protocol,
+ int in_protocol,
const HostAuthOptions& in_host_auth,
const std::string& in_ciphers)
: type (in_type)