summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr.c b/cdr.c
index fc5f92968..ac727a676 100755
--- a/cdr.c
+++ b/cdr.c
@@ -81,7 +81,7 @@ AST_MUTEX_DEFINE_STATIC(cdr_batch_lock);
/* these are used to wake up the CDR thread when there's work to do */
AST_MUTEX_DEFINE_STATIC(cdr_pending_lock);
-pthread_cond_t cdr_pending_cond;
+static pthread_cond_t cdr_pending_cond;
/*
* We do a lot of checking here in the CDR code to try to be sure we don't ever let a CDR slip