mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
unrefed local var
This commit is contained in:
parent
2585c42a88
commit
654f204036
@ -58,7 +58,7 @@ namespace mongo {
|
||||
try {
|
||||
conn->insert( _ns , BSON( "_id" << _name << "state" << 0 << "who" << "" ) );
|
||||
}
|
||||
catch ( UserException& e ){
|
||||
catch ( UserException& ){
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user