From 173c825ed1c04feea9c345d87a5ac1a4e48f1462 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 2 May 2006 22:19:46 +0000 Subject: [PATCH] - updated to 1.3.35 Changed files: apache1-configdir_skip_backups.patch -> 1.2 --- apache1-configdir_skip_backups.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apache1-configdir_skip_backups.patch b/apache1-configdir_skip_backups.patch index 68233e4..7ba993d 100644 --- a/apache1-configdir_skip_backups.patch +++ b/apache1-configdir_skip_backups.patch @@ -1,14 +1,14 @@ ---- apache_1.3.17/src/main/http_config.c.wiget Thu May 10 14:41:08 2001 -+++ apache_1.3.17/src/main/http_config.c Thu May 10 15:42:12 2001 -@@ -1287,6 +1287,7 @@ - DIR *dirp; - struct DIR_TYPE *dir_entry; - int current; -+ size_t slen; - array_header *candidates = NULL; +--- apache_1.3.35/src/main/http_config.c~ 2006-05-03 01:17:59.162162254 +0300 ++++ apache_1.3.35/src/main/http_config.c 2006-05-03 01:17:16.131203177 +0300 +@@ -1345,6 +1345,7 @@ fnames *fnew; + char *path = ap_pstrdup(p,fname); + char *pattern = NULL; ++ size_t slen; -@@ -1309,13 +1310,21 @@ + if(ispatt && (pattern = strrchr(path, '/')) != NULL) { + *pattern++ = '\0'; +@@ -1390,13 +1391,21 @@ } candidates = ap_make_array(p, 1, sizeof(fnames)); while ((dir_entry = readdir(dirp)) != NULL) { -- 2.44.0