]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- mv apache{,1}-*
authorradek <radek@pld-linux.org>
Mon, 30 Aug 2004 12:54:35 +0000 (12:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_dav-format.patch -> 1.2

apache-mod_dav-format.patch [deleted file]

diff --git a/apache-mod_dav-format.patch b/apache-mod_dav-format.patch
deleted file mode 100644 (file)
index 890eb8f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- mod_dav-1.0.3-1.3.6/mod_dav.c.orig Sun Sep 23 00:22:39 2001
-+++ mod_dav-1.0.3-1.3.6/mod_dav.c      Wed Feb 26 15:07:31 2003
-@@ -2298,7 +2298,7 @@
-       if (lookup.err.status == HTTP_BAD_REQUEST) {
-           /* This supplies additional information for the default message. */
-           ap_log_rerror(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO, r,
--                        lookup.err.desc);
-+                        "%s", lookup.err.desc);
-           return HTTP_BAD_REQUEST;
-       }
This page took 0.033809 seconds and 4 git commands to generate.