projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e3a90e
)
Fix ODBC build for FreeBSD
author
Mark Spencer
<markster@digium.com>
Sun, 13 Jun 2004 01:54:53 +0000
(
01:54
+0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 13 Jun 2004 01:54:53 +0000
(
01:54
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3197
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_odbc.c
patch
|
blob
|
history
diff --git
a/res/res_odbc.c
b/res/res_odbc.c
index
24c28dd
..
60e8cd2
100755
(executable)
--- a/
res/res_odbc.c
+++ b/
res/res_odbc.c
@@
-281,8
+281,8
@@
void destroy_obdc_obj(odbc_obj **obj) {
}
odbc_status odbc_obj_disconnect(odbc_obj *obj) {
- ast_mutex_lock(&obj->lock);
int res;
+ ast_mutex_lock(&obj->lock);
if(obj->up)
res = SQLDisconnect(obj->con);