mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "stasis.c: Use correct topic name in stasis_topic_pool_delete_topic"
This commit is contained in:
@@ -930,7 +930,8 @@ struct stasis_topic *stasis_topic_pool_get_topic(struct stasis_topic_pool *pool,
|
||||
* \brief Delete a topic from the topic pool
|
||||
*
|
||||
* \param pool Pool from which to delete the topic
|
||||
* \param topic_name Name of the topic to delete
|
||||
* \param topic_name Name of the topic to delete in the form of
|
||||
* <pool_topic_name>/<topic_name> or just <topic_name>
|
||||
*
|
||||
* \since 13.24
|
||||
* \since 15.6
|
||||
|
Reference in New Issue
Block a user