[SR-Dev] git:janakj/bdb: - fix wrong function name for API bind

Jan Janak jan at iptel.org
Sun Feb 15 16:12:26 CET 2009


Module: sip-router
Branch: janakj/bdb
Commit: 1e35896ad25437a5b01eb9c60a899e368e4b7d2e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1e35896ad25437a5b01eb9c60a899e368e4b7d2e

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Wed Mar  5 12:58:35 2008 +0000

- fix wrong function name for API bind


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3850 689a6050-402a-0410-94f2-e92a70836424

---

 modules/db_berkeley/db_berkeley.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/db_berkeley/db_berkeley.c b/modules/db_berkeley/db_berkeley.c
index b829ddb..2819c65 100644
--- a/modules/db_berkeley/db_berkeley.c
+++ b/modules/db_berkeley/db_berkeley.c
@@ -129,7 +129,7 @@ static void destroy(void)
 	bdblib_destroy();
 }
 
-int dbt_bind_api(db_func_t *dbb)
+int bdb_bind_api(db_func_t *dbb)
 {
 	if(dbb==NULL)
 		return -1;




More information about the sr-dev mailing list