summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2023-05-05 13:26:23 +0000
committerJean-Frederic Clere <jfclere@apache.org>2023-05-05 13:26:23 +0000
commit4c9ca36ff935841843b1dc20e4a37e47f1e9ba5a (patch)
treebfe5b0d52b551dc73cf828a5a57c3c6c6abebf10
parent218a545bfab9308f0654a356349deb218224d18f (diff)
downloadhttpd-4c9ca36ff935841843b1dc20e4a37e47f1e9ba5a.tar.gz
dav_fs_cmds is declared twice in the file... VS 2022 complains about it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909628 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/dav/fs/mod_dav_fs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/dav/fs/mod_dav_fs.c b/modules/dav/fs/mod_dav_fs.c
index 49986fc747..6845d90543 100644
--- a/modules/dav/fs/mod_dav_fs.c
+++ b/modules/dav/fs/mod_dav_fs.c
@@ -51,8 +51,6 @@ const char *dav_get_lockdb_path(const request_rec *r)
return conf->lockdb_path;
}
-static const command_rec dav_fs_cmds[];
-
dav_error *dav_fs_get_quota(const request_rec *r, const char *path,
apr_off_t *quota_bytes)
{