[asterisk-commits] kharwell: branch kharwell/stasis-http-conf r383653 - /team/kharwell/stasis-ht...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 22 17:27:30 CDT 2013
Author: kharwell
Date: Fri Mar 22 17:27:27 2013
New Revision: 383653
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383653
Log:
removed a few red blobs
Modified:
team/kharwell/stasis-http-conf/res/res_stasis_http.c
Modified: team/kharwell/stasis-http-conf/res/res_stasis_http.c
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/stasis-http-conf/res/res_stasis_http.c?view=diff&rev=383653&r1=383652&r2=383653
==============================================================================
--- team/kharwell/stasis-http-conf/res/res_stasis_http.c (original)
+++ team/kharwell/stasis-http-conf/res/res_stasis_http.c Fri Mar 22 17:27:27 2013
@@ -141,7 +141,7 @@
static void *conf_alloc(void)
{
struct conf *cfg;
-
+
if (!(cfg = ao2_alloc(sizeof(*cfg), conf_destructor))) {
return NULL;
}
@@ -150,10 +150,9 @@
ao2_ref(cfg, -1);
return NULL;
}
-
return cfg;
}
-
+
/*! \brief The conf file that's processed for the module. */
static struct aco_file conf_file = {
/*! The config file name. */
More information about the asterisk-commits
mailing list