PR: 4333, 4887
Submitted by: Sergey Verlan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83856
13f79535-47bb-0310-9956-
ffa450edef68
/* Run GetExtensionVersion() */
- if ((*isapi_version)(pVer) != TRUE) {
+ if (!(*isapi_version)(pVer)) {
ap_log_rerror(APLOG_MARK, APLOG_ALERT, r,
"ISAPI GetExtensionVersion() failed: %s", r->filename);
FreeLibrary(isapi_handle);
/* Run GetExtensionVersion() */
- if ((*isapi_version)(pVer) != TRUE) {
+ if (!(*isapi_version)(pVer)) {
ap_log_rerror(APLOG_MARK, APLOG_ALERT, r,
"ISAPI GetExtensionVersion() failed: %s", r->filename);
FreeLibrary(isapi_handle);