mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
cleanup msvc code analysis tagging and warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13280 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -597,6 +597,10 @@ SWITCH_STANDARD_API(show_local_stream_function)
|
||||
}
|
||||
}
|
||||
|
||||
if (!local_stream_name) {
|
||||
goto usage;
|
||||
}
|
||||
|
||||
source = switch_core_hash_find(globals.source_hash, local_stream_name);
|
||||
if (source) {
|
||||
if (xml) {
|
||||
|
Reference in New Issue
Block a user