From 0020c166f8c4aba4c3d64803009e764d7a8473c7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 25 Nov 2008 16:58:46 +0000 Subject: anyrtpproxy ported to boost threads and boost asio still some work --- src/anyrtpproxy/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/anyrtpproxy/options.cpp') diff --git a/src/anyrtpproxy/options.cpp b/src/anyrtpproxy/options.cpp index e3f3850..fa0879e 100644 --- a/src/anyrtpproxy/options.cpp +++ b/src/anyrtpproxy/options.cpp @@ -191,7 +191,7 @@ bool Options::parse(int argc, char* argv[]) bool Options::sanityCheck() { - if(!control_interface_.port_) control_interface_.port_ = 22222; + if(control_interface_.port_ == "") control_interface_.port_ = "22222"; return true; } -- cgit v1.2.3