diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2015-12-07 18:49:20 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-08 14:26:59 +0000 |
commit | 4ce667c78b8914d511474b336de17f2ca6e65fab (patch) | |
tree | ce50a0f040faf130b1a8080067ee34d14e2c9ce8 /main/lighttpd/config_insert_values_global.patch | |
parent | bedaab5b374d5c54a91e2ce7bf50b95e1dd09183 (diff) | |
download | aports-4ce667c78b8914d511474b336de17f2ca6e65fab.tar.bz2 aports-4ce667c78b8914d511474b336de17f2ca6e65fab.tar.xz |
main/lighttpd: upgrade to 1.4.38. Minor cleanups in init and logrotate scripts (second release)
Diffstat (limited to 'main/lighttpd/config_insert_values_global.patch')
-rw-r--r-- | main/lighttpd/config_insert_values_global.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/lighttpd/config_insert_values_global.patch b/main/lighttpd/config_insert_values_global.patch new file mode 100644 index 0000000000..af9fc7778a --- /dev/null +++ b/main/lighttpd/config_insert_values_global.patch @@ -0,0 +1,11 @@ +--- old/src/mod_h264_streaming.c ++++ new/src/mod_h264_streaming.c +@@ -168,7 +168,7 @@ + + p->config_storage[i] = s; + +- if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv)) { ++ if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv, i == 0 ? T_CONFIG_SCOPE_SERVER : T_CONFIG_SCOPE_CONNECTION)) { + return HANDLER_ERROR; + } + } |