automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@16233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge script
2006-03-29 20:06:56 +00:00
parent 9a26882461
commit 99a4cd1de2
3 changed files with 5 additions and 2 deletions

2
pbx.c
View File

@@ -6107,7 +6107,7 @@ void pbx_builtin_clear_globals(void)
ast_mutex_unlock(&globalslock);
}
static int pbx_checkcondition(char *condition)
int pbx_checkcondition(char *condition)
{
if (condition) {
if (*condition == '\0') {