]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix absolute/relative time mismatch in LOCK function.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 10 Jan 2012 22:07:13 +0000 (22:07 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 10 Jan 2012 22:07:13 +0000 (22:07 +0000)
commit0de8f20ce38ed1d19719087946b537219be3b61c
treefd462d2a1fc76392d741ea654a93711d1e58c36e
parentab8a7f838a7bf50632a3e2025b8f850fb8fa4ad0
Fix absolute/relative time mismatch in LOCK function.

The time passed by the LOCK function to an internal function was relative
time when the function expected absolute time.

* Don't use C++ keywords in get_lock().

(closes issue ASTERISK-16868)
Reported by: Andrey Solovyev
Patches:
      20101102__issue18207.diff.txt (license #5003) patch uploaded by Andrey Solovyev (modified)
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@350312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
funcs/func_lock.c