diff options
Diffstat (limited to 'client/examples/second.cpp')
-rw-r--r-- | client/examples/second.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/examples/second.cpp b/client/examples/second.cpp index 68eafaa91eb..6cc2111580f 100644 --- a/client/examples/second.cpp +++ b/client/examples/second.cpp @@ -23,7 +23,7 @@ using namespace std; using namespace mongo; int main( int argc, const char **argv ) { - + const char *port = "27017"; if ( argc != 1 ) { if ( argc != 3 ) |