Module: kamailio
Branch: master
Commit: d81494abea2780dae6106076be3ec549372ef30f
URL: 
https://github.com/kamailio/kamailio/commit/d81494abea2780dae6106076be3ec549372ef30f

Author: Henning Westerholt <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date: 2018-03-14T22:30:00+01:00

db_cassandra: another doxygen fix

---

Modified: src/modules/db_cassandra/dbcassa_base.cpp

---

Diff:  
https://github.com/kamailio/kamailio/commit/d81494abea2780dae6106076be3ec549372ef30f.diff
Patch: 
https://github.com/kamailio/kamailio/commit/d81494abea2780dae6106076be3ec549372ef30f.patch

---

diff --git a/src/modules/db_cassandra/dbcassa_base.cpp 
b/src/modules/db_cassandra/dbcassa_base.cpp
index 38e48a26e8..ab144bb7ce 100644
--- a/src/modules/db_cassandra/dbcassa_base.cpp
+++ b/src/modules/db_cassandra/dbcassa_base.cpp
@@ -134,7 +134,7 @@ oac::CassandraClient* dbcassa_open(struct db_id* id)
 
 /*!
  * \brief Create new DB connection structure
- * \param db_id
+ * \param id database id
  */
 void* db_cassa_new_connection(struct db_id* id)
 {
@@ -597,7 +597,7 @@ ColumnVecPtr cassa_translate_query(const db1_con_t* _h, 
const db_key_t* _k,
  *
  * \param _cql_res  handle for the CQLResult
  * \param _r result set for storage
- * \param tbd cassandra database table
+ * \param tbc cassandra database table
  * \return zero on success, negative value on failure
  */
 int cql_get_columns(oac::CqlResult& _cql_res, db1_res_t* _r, dbcassa_table_p 
tbc)


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to