This commit is contained in:
parent
01cd5452c6
commit
5bbe878854
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue