fixed typo

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@868 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.8
Jan Kneschke 18 years ago
parent f54cf620f1
commit e9e05e3b03

@ -731,7 +731,8 @@ static int webdav_get_live_property(server *srv, connection *con, plugin_data *p
stat_cache_entry *sce = NULL;
int found = 0;
USUSED(p);
UNUSED(p);
if (HANDLER_ERROR != (stat_cache_get_entry(srv, con, dst->path, &sce))) {
char ctime_buf[] = "2005-08-18T07:27:16Z";
char mtime_buf[] = "Thu, 18 Aug 2005 07:27:16 GMT";

Loading…
Cancel
Save