From 40682c72b5a1d3cca71388866680ba764605614f Mon Sep 17 00:00:00 2001 From: otti Date: Thu, 13 Mar 2008 15:40:43 +0000 Subject: [PATCH] fixed wrong pointer check with rtp sync git-svn-id: https://anytun.org/svn/anytun@416 2edecd69-f0ce-4815-94af-351a89d40aaa --- 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"; } -- 2.11.4.GIT