diff options
author | deva <deva> | 2010-05-27 09:45:12 +0000 |
---|---|---|
committer | deva <deva> | 2010-05-27 09:45:12 +0000 |
commit | f92dd279a1e26dad7507d5d6944567c23834d440 (patch) | |
tree | 59dbd43d60937c6b3eaa82a36de8859a209e8163 /server/src/configuration.cc | |
parent | 73934812611cc7120175e26761d71fae9233c1e8 (diff) |
A lot of session handling. A lot of new unit tests. Add of a more structured commit/discard handling. Fix of some wierd line break bugs in journalwriter
Diffstat (limited to 'server/src/configuration.cc')
-rw-r--r-- | server/src/configuration.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/configuration.cc b/server/src/configuration.cc index ace07e7..b222639 100644 --- a/server/src/configuration.cc +++ b/server/src/configuration.cc @@ -59,3 +59,5 @@ std::string Conf::ssl_cert = ""; int Conf::connection_limit = 42; int Conf::connection_timeout = 0; + +std::string Conf::session_path = "/tmp"; |