This commit is contained in:
Ren RenJuan 2014-01-10 22:26:28 +00:00
parent 01cd5452c6
commit 5bbe878854
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include <signal.h>
const char *otePeer="epp.ote.donuts.co";
int tkScenario=0;
int tkScenario=0;
namespace {
@ -88,9 +88,10 @@ void init(const std::string& system_props_file)
static const Init doInit(system_props_file);
}
std::string stdPropsPath("/home/jdaugherty/dnseppus/etc/toolkit2.conf");
void scenario(int scenario)
{
std::string stdPropsPath("etc/toolkit2.conf");
tkScenario = scenario;
static const Init doInit(stdPropsPath);