[SR-Dev] git:janakj/postgres: - remove not reached return statement at the end of val2str functions

Jan Janak jan at iptel.org
Wed Feb 18 01:26:22 CET 2009


Module: sip-router
Branch: janakj/postgres
Commit: 8737295bc65e8b4bdf549a967d8dd8c0176f363e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8737295bc65e8b4bdf549a967d8dd8c0176f363e

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 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_postgres/km_val.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/db_postgres/km_val.c b/modules/db_postgres/km_val.c
index 21468d7..8024d52 100644
--- a/modules/db_postgres/km_val.c
+++ b/modules/db_postgres/km_val.c
@@ -327,5 +327,4 @@ int db_postgres_val2str(const db_con_t* _con, const db_val_t* _v, char* _s, int*
 		LM_DBG("unknown data type\n");
 		return -10;
 	}
-	return -8;
 }




More information about the sr-dev mailing list