From 2d8eebcf7a0951d3d1189ddface7678fea76dd4c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 20 Apr 2010 16:32:23 +0400 Subject: * Bugfixes: - handle '\' characters in lua strings correctly - fix lua initialization - avoid of using global lua state (global L) - fix listen sockets hash to allow multiply workers of same type but on different listen sockets - fix modules options inserting to allow multiply options of the same name - fix parsing of lua options - fix lua rules --- src/cfg_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cfg_utils.c') diff --git a/src/cfg_utils.c b/src/cfg_utils.c index 4450d6cad..f72bf51a3 100644 --- a/src/cfg_utils.c +++ b/src/cfg_utils.c @@ -719,7 +719,7 @@ check_worker_conf (struct config_file *cfg, struct worker_conf *c) } static double -internal_normalizer_func (double score, void *data) +internal_normalizer_func (struct config_file *cfg, double score, void *data) { double max = *(double *)data; -- cgit v1.2.3