r1874156 which broke the build.
https://travis-ci.org/apache/httpd/builds/
651858409
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1874158 13f79535-47bb-0310-9956-
ffa450edef68
environ = &empty_ptr; /* VERY safe environment */
- if ((cleanenv = (char **) ap_calloc(AP_ENVBUF, sizeof(char *))) == NULL) {
+ if ((cleanenv = (char **) calloc(AP_ENVBUF, sizeof(char *))) == NULL) {
log_err("failed to malloc memory for environment\n");
exit(123);
}