mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Merge branch 'master' of git@github.com:mongodb/mongo
This commit is contained in:
commit
c3ae414ff8
@ -269,7 +269,7 @@ namespace mongo {
|
||||
if ( e.type() == String)
|
||||
return (string)(e.valuestr());
|
||||
|
||||
uassert( 13043 , "invalid near" , 0 );
|
||||
uassert( 13043 , "invalid/missing near param" , 0 );
|
||||
return "";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user