--- embedaddon/lighttpd/src/mod_flv_streaming.c 2013/10/14 10:32:47 1.1.1.1 +++ embedaddon/lighttpd/src/mod_flv_streaming.c 2014/06/15 20:20:06 1.1.1.2 @@ -84,7 +84,7 @@ SETDEFAULTS_FUNC(mod_flv_streaming_set_defaults) { if (!p) return HANDLER_ERROR; - p->config_storage = calloc(1, srv->config_context->used * sizeof(specific_config *)); + p->config_storage = calloc(1, srv->config_context->used * sizeof(plugin_config *)); for (i = 0; i < srv->config_context->used; i++) { plugin_config *s;