summaryrefslogtreecommitdiff
path: root/client/dbclient_rs.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/dbclient_rs.h')
-rw-r--r--client/dbclient_rs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dbclient_rs.h b/client/dbclient_rs.h
index 43bf561..fca6e6e 100644
--- a/client/dbclient_rs.h
+++ b/client/dbclient_rs.h
@@ -213,7 +213,7 @@ namespace mongo {
/* this is the callback from our underlying connections to notify us that we got a "not master" error.
*/
- void isntMaster() { _master.reset(); }
+ void isntMaster();
// ----- status ------