mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
added comment about the never reached return statement.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@819893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -598,7 +598,7 @@ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer,
|
||||
apr_table_add(merge, w, l);
|
||||
}
|
||||
}
|
||||
|
||||
/* never reached - we leave this function within the while loop above */
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user