summaryrefslogtreecommitdiff
path: root/anyrtpproxy/anyrtpproxy.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-03-18 19:31:51 +0000
committerChristian Pointner <equinox@anytun.org>2008-03-18 19:31:51 +0000
commit8fc34114dadcb74be7e193f75c333e95264f9f9d (patch)
treec801f61a76955251892cc6d357aecd9e32e31bce /anyrtpproxy/anyrtpproxy.cpp
parentanyrtpproxy cleanup works now (diff)
rtpSession reinit gets called more o
Diffstat (limited to 'anyrtpproxy/anyrtpproxy.cpp')
-rw-r--r--anyrtpproxy/anyrtpproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/anyrtpproxy/anyrtpproxy.cpp b/anyrtpproxy/anyrtpproxy.cpp
index a0f94fa..9501dfc 100644
--- a/anyrtpproxy/anyrtpproxy.cpp
+++ b/anyrtpproxy/anyrtpproxy.cpp
@@ -201,7 +201,7 @@ void* listenerManager(void* dont_use_me)
gRtpSessionTable.delSession(call_id);
continue;
}
- // TODO: reinit if session is changed or cleanup if it is daed
+ // TODO: reinit if session changed
}
}
catch(std::exception &e)