summaryrefslogtreecommitdiff
path: root/db/repl/rs_optime.h
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-07-18 15:02:46 -0400
committerdwight <dwight@10gen.com>2010-07-18 15:02:46 -0400
commitb12d4c2aff247986c30a12b9ef4e4c8803739b51 (patch)
tree3f6b312c4398a21fdcfaa19a1979568f5a989c0c /db/repl/rs_optime.h
parent528ad7a41a490d487b2fc6774ee796ab877f79ea (diff)
downloadmongo-b12d4c2aff247986c30a12b9ef4e4c8803739b51.tar.gz
rs
Diffstat (limited to 'db/repl/rs_optime.h')
-rw-r--r--db/repl/rs_optime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/repl/rs_optime.h b/db/repl/rs_optime.h
index ceae163d923..b3607fac22a 100644
--- a/db/repl/rs_optime.h
+++ b/db/repl/rs_optime.h
@@ -22,7 +22,7 @@
namespace mongo {
- const string rsoplog = "local.oplog.rs";
+ const char rsoplog[] = "local.oplog.rs";
/*
class RSOpTime : public OpTime {