소스 검색

- fix wrong function name for API bind

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3850 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 년 전
부모
커밋
634bdd4c8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/db_berkeley/km_db_berkeley.c

+ 1 - 1
modules/db_berkeley/km_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;