Skip to content

Commit

Permalink
fix a possible typo??
Browse files Browse the repository at this point in the history
dwight - please verify
  • Loading branch information
erh committed Aug 29, 2008
1 parent 5bd0db4 commit fd876a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/namespace.cpp
Expand Up @@ -327,7 +327,7 @@ void NamespaceDetailsTransient::computeIndexKeys() {
*/
void addNewNamespaceToCatalog(const char *ns, JSObj *options = 0) {
log() << "New namespace: " << ns << endl;
if( strstr(ns, "system.namespaces``") ) {
if( strstr(ns, "system.namespaces") ) {
// system.namespaces holds all the others, so it is not explicitly listed in the catalog.
// TODO: fix above should not be strstr!
return;
Expand Down

0 comments on commit fd876a2

Please sign in to comment.