aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/lock.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-20 12:39:22 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-20 12:39:22 +0000
commit6e535c5a1a3f3a31f05de579de25ff0a002089e7 (patch)
tree83838d0421c711ccebfecf8b82cc38eaba6c1f7b /include/asterisk/lock.h
parentc852ab43ca97e0ebc3587a30cb4a295003a0a8ca (diff)
Fix initialization tiddly bit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4039 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/lock.h')
-rwxr-xr-xinclude/asterisk/lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index db57e31f8..f2066de38 100755
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
@@ -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;