]> granicus.if.org Git - apache/commit
Fix a compilation warning introduced by r1802040.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 19 Aug 2017 07:42:16 +0000 (07:42 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 19 Aug 2017 07:42:16 +0000 (07:42 +0000)
commit5a2cce3163f441390ef6d97fef25e4ad9687af34
tree8302b91cebc0477b38f3f8be098ceea67026b30e
parent2dca9b1a5e9d4054eac891282e23004a26d8c8af
Fix a compilation warning introduced by r1802040.
mod_proxy_fcgi.c:893:19: warning: ‘flushpoll’ may be used uninitialized in this function [-Wmaybe-uninitialized]

This warning is a false positive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805490 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_fcgi.c