Module: sip-router Branch: master Commit: 77d6e6697d8918dfd528046f74a2c97ce4b62a00 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77d6e6697d8918dfd528046f74a2c97ce4b62a00
Author: Alex Hermann <[email protected]> Committer: Alex Hermann <[email protected]> Date: Mon Sep 5 17:24:47 2011 +0200 lib/srdb1: remove comments on db_val2pv_spec() that resulted from merge error --- lib/srdb1/db_ut.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/lib/srdb1/db_ut.h b/lib/srdb1/db_ut.h index 790780f..7702753 100644 --- a/lib/srdb1/db_ut.h +++ b/lib/srdb1/db_ut.h @@ -209,9 +209,6 @@ int db_print_set(const db1_con_t* _c, char* _b, const int _l, /** * Convert db_val_t to pv_spec_t - * - * On success, when the PV type is string and longer than 0 chars, - * the string must be freed by the caller after use. * * \param msg sip msg structure * \param dbval database value _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
