Merge "stasis.c: Use correct topic name in stasis_topic_pool_delete_topic"

This commit is contained in:
Joshua Colp
2020-01-08 09:41:18 -06:00
committed by Gerrit Code Review
2 changed files with 18 additions and 2 deletions

View File

@@ -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