Skip to content

Commit

Permalink
Don't add 'key' twice
Browse files Browse the repository at this point in the history
  • Loading branch information
astaple committed Feb 10, 2009
1 parent e66877f commit 72d5a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/dbclient.cpp
Expand Up @@ -161,7 +161,7 @@ namespace mongo {
BSONObjBuilder b;
{

b << "authenticate" << 1 << "nonce" << nonce << "user" << username << "key";
b << "authenticate" << 1 << "nonce" << nonce << "user" << username;
md5digest d;
{
md5_state_t st;
Expand Down

0 comments on commit 72d5a65

Please sign in to comment.