aboutsummaryrefslogtreecommitdiffstats
path: root/main/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/frame.c')
-rw-r--r--main/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/frame.c b/main/frame.c
index 16b4ae6e1..a6fd97ac9 100644
--- a/main/frame.c
+++ b/main/frame.c
@@ -45,7 +45,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/linkedlists.h"
#ifdef TRACE_FRAMES
-static int headers = 0;
+static int headers;
static AST_LIST_HEAD_STATIC(headerlist, ast_frame);
#endif