From c0662857339efb538cef810c1e497bdf40bef0e1 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Thu, 12 Apr 2012 13:40:28 +0400 Subject: [PATCH] fixed bug in memcache chains --- ngx_rtmp_netcall_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ngx_rtmp_netcall_module.c b/ngx_rtmp_netcall_module.c index 3dc7cc8..be60664 100644 --- a/ngx_rtmp_netcall_module.c +++ b/ngx_rtmp_netcall_module.c @@ -599,6 +599,7 @@ ngx_rtmp_netcall_memcache_set(ngx_rtmp_session_t *s, ngx_pool_t *pool, return NULL; } + cl->next = NULL; cl->buf = b; b->last = ngx_snprintf(b->last, b->end - b->last,