]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix initialization tiddly bit
authorMark Spencer <markster@digium.com>
Wed, 20 Oct 2004 12:39:22 +0000 (12:39 +0000)
committerMark Spencer <markster@digium.com>
Wed, 20 Oct 2004 12:39:22 +0000 (12:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4039 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/lock.h

index db57e31f85588c1773df33df6f9a53bed86f67f7..f2066de38a1bf4b34e9f16a35ca20eac067a1c28 100755 (executable)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <unistd.h>
 
-#define AST_MUTEX_INIT_VALUE      { PTHREAD_MUTEX_INIT_VALUE, NULL, 0, NULL, 0 }
+#define AST_MUTEX_INIT_VALUE      { PTHREAD_MUTEX_INIT_VALUE, NULL, 0, 0, NULL, 0 }
 
 struct ast_mutex_info {
        pthread_mutex_t mutex;