diff options
Diffstat (limited to 'ndb/include/util/SocketAuthenticator.hpp')
-rw-r--r-- | ndb/include/util/SocketAuthenticator.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/include/util/SocketAuthenticator.hpp b/ndb/include/util/SocketAuthenticator.hpp index a9ab1869ebc..e76af30dc35 100644 --- a/ndb/include/util/SocketAuthenticator.hpp +++ b/ndb/include/util/SocketAuthenticator.hpp @@ -19,6 +19,7 @@ class SocketAuthenticator { public: + SocketAuthenticator() {} virtual ~SocketAuthenticator() {}; virtual bool client_authenticate(int sockfd) = 0; virtual bool server_authenticate(int sockfd) = 0; |