Skip to content

Commit 0abd485

Browse files
committed
Fix silly error that made it to release
1 parent bbbbd7b commit 0abd485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssl/ssl_no_impl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class NoSslSession : public SslSession {
3333

3434
class NoSslContext : public SslContext {
3535
public:
36-
virtual SslSession* create_session(const Address& address, const String& hostname);
36+
virtual SslSession* create_session(const Address& address, const String& hostname, const String& sni_server_name);
3737

3838
virtual CassError add_trusted_cert(const char* cert, size_t cert_length);
3939
virtual CassError set_cert(const char* cert, size_t cert_length);

0 commit comments

Comments
 (0)