This website requires JavaScript.
Explore
Help
Sign In
mirror
/
mongo
mirror of
https://github.com/mongodb/mongo
Watch
1
Star
0
Fork
You've already forked mongo
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v1.6
mongo
/
jstests
/
auth2.js
6 lines
121 B
JavaScript
Raw
Permalink
Blame
History
// just make sure logout doesn't break anything
// SERVER-724
db
.
runCommand
(
{
logout
:
1
}
)
;
db
.
runCommand
(
{
logout
:
1
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink