From: Michael Jerris Date: Tue, 11 Dec 2007 17:18:46 +0000 (+0000) Subject: test new macro X-Git-Tag: v1.0-rc1~1183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598b48388954bd43ff7e52a12355b1b410488102;p=thirdparty%2Ffreeswitch.git test new macro git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6652 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 274ce1b710..b13dd5f5e6 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -422,7 +422,7 @@ static conference_member_t *conference_member_get(conference_obj_t * conference, { conference_member_t *member = NULL; - assert(conference != NULL); + switch_assert(conference != NULL); assert(id != 0); switch_mutex_lock(conference->member_mutex);