diff options
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 6fd322cb8..f835d80ca 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -600,7 +600,7 @@ static void parse_conf(const char *path, int flag) | |||
600 | 600 | ||
601 | #if ENABLE_FEATURE_HTTPD_ERROR_PAGES | 601 | #if ENABLE_FEATURE_HTTPD_ERROR_PAGES |
602 | if (flag == FIRST_PARSE && *p0 == 'E') { | 602 | if (flag == FIRST_PARSE && *p0 == 'E') { |
603 | int i; | 603 | unsigned i; |
604 | /* error status code */ | 604 | /* error status code */ |
605 | int status = atoi(++p0); | 605 | int status = atoi(++p0); |
606 | /* c already points at the character following ':' in parse loop */ | 606 | /* c already points at the character following ':' in parse loop */ |