summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-03-13 15:40:43 +0000
committerOthmar Gsenger <otti@anytun.org>2008-03-13 15:40:43 +0000
commit7f26f18a15c8a0e7c828b830e3b6a68ac5b12b6c (patch)
treee1e8817a1037fd9b7a6102aa7c398d8431142429
parentadded commandhandler (diff)
fixed wrong pointer check with rtp sync
-rw-r--r--syncCommand.h2
1 files changed, 1 insertions, 1 deletions
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";
}