Fix lock typo that should be unlock in cel_sqlite_custom reload.

(closes issue ASTERISK-19356)
Reported by: Alex Villacis Lasso
Patches:
      asterisk-1.8.9.2-cel_sqlite3_custom-fix-reload-locking-typo.patch (license #5617) patch uploaded by Alex Villacis Lasso

Review: https://reviewboard.asterisk.org/r/1740/
........

Merged revisions 355319 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@355320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Richard Mudgett 13 years ago
parent b36e1c34c6
commit 0c526cdcd7

@ -353,7 +353,7 @@ static int reload(void)
ast_mutex_lock(&lock);
res = load_config(1);
ast_mutex_lock(&lock);
ast_mutex_unlock(&lock);
return res;
}

Loading…
Cancel
Save