mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
store and destroy implementations for realtime pgsql (closes issue #10372)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79859 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -97,7 +97,7 @@ static int get_lock(struct ast_channel *chan, char *lockname, int try)
|
||||
{
|
||||
struct ast_datastore *lock_store = ast_channel_datastore_find(chan, &lock_info, NULL);
|
||||
struct lock_frame *current;
|
||||
struct channel_lock_frame *clframe, *save_clframe;
|
||||
struct channel_lock_frame *clframe = NULL, *save_clframe = NULL;
|
||||
AST_LIST_HEAD(, channel_lock_frame) *list;
|
||||
int res, count_channel_locks = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user