From: Doug MacEachern Date: Tue, 8 May 2001 20:55:23 +0000 (+0000) Subject: surprised -Wall does not complain, but ap_scan_script_header_err_core() should explic... X-Git-Tag: 2.0.18~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e419a0130e468df40bca33271518c1c15921ab77;p=thirdparty%2Fapache%2Fhttpd.git surprised -Wall does not complain, but ap_scan_script_header_err_core() should explicitly return an int git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89058 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_script.c b/server/util_script.c index 875bec9c7a1..41c888ec3d5 100644 --- a/server/util_script.c +++ b/server/util_script.c @@ -556,6 +556,8 @@ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer, apr_table_add(merge, w, l); } } + + return OK; } static int getsfunc_FILE(char *buf, int len, void *f)