From 4f58b28247c98f23b90c4dc79bbed849556b0a73 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 20 Aug 2007 16:35:22 +0000 Subject: [PATCH] fix FSCORE-45 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5625 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_xml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/switch_xml.c b/src/switch_xml.c index 18fd51009a..ab69754241 100644 --- a/src/switch_xml.c +++ b/src/switch_xml.c @@ -951,8 +951,8 @@ static int preprocess(const char *file, int write_fd, int rlevel) char *arg, *e; char *bp = expand_vars(buf, ebuf, sizeof(ebuf), &cur); - /* we ignore or for the sake of validators */ - if (strstr(buf, "") || strstr(buf, "")) { + /* we ignore or for the sake of validators as well as type stuff */ + if (strstr(buf, "") || strstr(buf, "") || strstr(buf, "