]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
handle compiler warning
authorJim Jagielski <jim@apache.org>
Thu, 18 Feb 2016 19:03:10 +0000 (19:03 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 18 Feb 2016 19:03:10 +0000 (19:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731118 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/motorz/motorz.c

index 35146c8f40453706beac6fdbcd0d650ee283fe08..2edbac9b7d1c8a8c0ed3d328b1a5f6b8dec68fa7 100644 (file)
@@ -1578,7 +1578,7 @@ static int motorz_open_logs(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp,
     all_buckets = apr_pcalloc(pconf, num_buckets *
                                      sizeof(motorz_child_bucket));
     for (i = 0; i < num_buckets; i++) {
-        if (rv = ap_mpm_pod_open(pconf, &all_buckets[i].pod)) {
+        if ((rv = ap_mpm_pod_open(pconf, &all_buckets[i].pod))) {
             ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv,
                          (startup ? NULL : s), APLOGNO(03277)
                          "could not open pipe-of-death");