summaryrefslogtreecommitdiff
path: root/src/mongo/s/dbclient_multi_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/dbclient_multi_command.h')
-rw-r--r--src/mongo/s/dbclient_multi_command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/dbclient_multi_command.h b/src/mongo/s/dbclient_multi_command.h
index abcc3eeebb4..b3b0d548234 100644
--- a/src/mongo/s/dbclient_multi_command.h
+++ b/src/mongo/s/dbclient_multi_command.h
@@ -49,7 +49,7 @@ namespace mongo {
~DBClientMultiCommand();
void addCommand( const ConnectionString& endpoint,
- const StringData& dbName,
+ StringData dbName,
const BSONSerializable& request );
void sendAll();
@@ -66,7 +66,7 @@ namespace mongo {
struct PendingCommand {
PendingCommand( const ConnectionString& endpoint,
- const StringData& dbName,
+ StringData dbName,
const BSONObj& cmdObj );
// What to send