From 7f26f18a15c8a0e7c828b830e3b6a68ac5b12b6c Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 13 Mar 2008 15:40:43 +0000 Subject: fixed wrong pointer check with rtp sync --- syncCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncCommand.h b/syncCommand.h index 2672960..b738513 100644 --- a/syncCommand.h +++ b/syncCommand.h @@ -38,7 +38,7 @@ private: { syncstr = "route"; } - if ( src_) + if ( srtpc_) { syncstr = "rtp"; } -- cgit v1.2.3