From: Automerge Script Date: Thu, 17 May 2007 22:22:24 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.19-netsec~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244d4723deeac973e9ad6dd2c855da933370692b;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@64867 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/linkedlists.h b/include/asterisk/linkedlists.h index 3ac3bffa7d..963f5a583f 100644 --- a/include/asterisk/linkedlists.h +++ b/include/asterisk/linkedlists.h @@ -33,7 +33,7 @@ This macro attempts to place an exclusive lock in the list head structure pointed to by head. - Returns non-zero on success, 0 on failure + Returns 0 on success, non-zero on failure */ #define AST_LIST_LOCK(head) \ ast_mutex_lock(&(head)->lock)