Skip to content
Snippets Groups Projects
Commit 1203424c authored by Russell Bryant's avatar Russell Bryant
Browse files

remove duplicate static keywords, oops

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2444ea36
No related branches found
No related tags found
No related merge requests found
...@@ -159,9 +159,9 @@ AST_MUTEX_DEFINE_STATIC(usecnt_lock); ...@@ -159,9 +159,9 @@ AST_MUTEX_DEFINE_STATIC(usecnt_lock);
static int global_capability = AST_FORMAT_ULAW | AST_FORMAT_ALAW | AST_FORMAT_GSM | AST_FORMAT_H263; static int global_capability = AST_FORMAT_ULAW | AST_FORMAT_ALAW | AST_FORMAT_GSM | AST_FORMAT_H263;
/* Protect the interface list (of sip_pvt's) */ /* Protect the interface list (of sip_pvt's) */
static AST_MUTEX_DEFINE_STATIC(jinglelock); AST_MUTEX_DEFINE_STATIC(jinglelock);
static AST_MUTEX_DEFINE_STATIC(rand_lock); /*!< Lock for thread-safe random generator */ AST_MUTEX_DEFINE_STATIC(rand_lock); /*!< Lock for thread-safe random generator */
static struct ast_channel *jingle_request(const char *type, int format, void *data, int *cause); static struct ast_channel *jingle_request(const char *type, int format, void *data, int *cause);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment