Max has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12555 )

Change subject: Fix trans_has_conn() doxygen description
......................................................................

Fix trans_has_conn() doxygen description

Change-Id: Ica5e498e03d0a157a661e428dfd68739f572d073
---
M src/libmsc/transaction.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index f62d6b4..df770ed 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -216,7 +216,7 @@

 /*! Check if we have any transaction for given connection
  * \param[in] conn Connection to check
- * \returns 1 in case there is a transaction, 0 otherwise
+ * \returns transaction pointer if found, NULL otherwise
  */
 struct gsm_trans *trans_has_conn(const struct ran_conn *conn)
 {

--
To view, visit https://gerrit.osmocom.org/12555
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ica5e498e03d0a157a661e428dfd68739f572d073
Gerrit-Change-Number: 12555
Gerrit-PatchSet: 1
Gerrit-Owner: Max <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>

Reply via email to