Module: sip-router Branch: janakj/mysql Commit: 2c9855261a73e26b008c805035772ccc30d0e495 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c985526...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Fri Sep 19 11:56:49 2008 +0000
- remove not reached return statement at the end of val2str functions
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4965 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_val.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/db_mysql/km_val.c b/modules/db_mysql/km_val.c index 991b05d..8cb485f 100644 --- a/modules/db_mysql/km_val.c +++ b/modules/db_mysql/km_val.c @@ -262,5 +262,4 @@ int db_mysql_val2str(const db_con_t* _c, const db_val_t* _v, char* _s, int* _len LM_DBG("unknown data type\n"); return -10; } - /*return -8; --not reached*/ }