From 371c004e6109053c9cc544a9a6e5003afb3472ce Mon Sep 17 00:00:00 2001 From: paulc Date: Tue, 14 Jul 2009 18:47:06 +0000 Subject: [PATCH] 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 --- engine/Engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Engine.cpp b/engine/Engine.cpp index 011da14e..5af4d474 100644 --- a/engine/Engine.cpp +++ b/engine/Engine.cpp @@ -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;