diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-03-13 15:40:43 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-03-13 15:40:43 +0000 |
commit | 7f26f18a15c8a0e7c828b830e3b6a68ac5b12b6c (patch) | |
tree | e1e8817a1037fd9b7a6102aa7c398d8431142429 | |
parent | added commandhandler (diff) |
fixed wrong pointer check with rtp sync
-rw-r--r-- | syncCommand.h | 2 |
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"; } |