]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Parentheses around AP_BUCKET_IS_EOR argument.
authorYann Ylavic <ylavic@apache.org>
Fri, 27 Mar 2020 09:15:03 +0000 (09:15 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 27 Mar 2020 09:15:03 +0000 (09:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875769 13f79535-47bb-0310-9956-ffa450edef68

include/http_request.h

index 7c818a08996b127a0a2a014c82fc46193e577078..5ca04b091d4918dd1eddfbd86ff315f486d1ae25 100644 (file)
@@ -605,7 +605,7 @@ AP_DECLARE_DATA extern const apr_bucket_type_t ap_bucket_type_eor;
  * @param e The bucket to inspect
  * @return true or false
  */
-#define AP_BUCKET_IS_EOR(e)         (e->type == &ap_bucket_type_eor)
+#define AP_BUCKET_IS_EOR(e)         ((e)->type == &ap_bucket_type_eor)
 
 /**
  * Make the bucket passed in an End Of REQUEST (EOR) bucket