summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/net/sock.h')
-rw-r--r--src/mongo/util/net/sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/net/sock.h b/src/mongo/util/net/sock.h
index 561cd1cd9e4..a9edfc71de6 100644
--- a/src/mongo/util/net/sock.h
+++ b/src/mongo/util/net/sock.h
@@ -196,7 +196,7 @@ public:
*
* This function may throw SocketException.
*/
- SSLPeerInfo doSSLHandshake(const char* firstBytes = NULL, int len = 0);
+ SSLPeerInfo doSSLHandshake(const char* firstBytes = nullptr, int len = 0);
/**
* @return the time when the socket was opened.