Allow server command line options when running in ClientProxy mode.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2760 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-07-14 18:47:06 +00:00
parent fe9c1c1c98
commit 371c004e61
1 changed files with 1 additions and 1 deletions

View File

@ -1492,7 +1492,7 @@ int Engine::main(int argc, const char** argv, const char** env, RunMode mode, bo
bool daemonic = false;
bool supervised = false;
#endif
bool client = (mode == Client) || (mode == ClientProxy);
bool client = (mode == Client);
Debugger::Formatting tstamp = Debugger::None;
bool colorize = false;
const char* pidfile = 0;