| 1908 | } |
| 1909 | |
| 1910 | static dav_error * dav_fs_walk(const dav_walk_params *params, int depth, |
| 1911 | dav_response **response) |
| 1912 | { |
| 1913 | /* always return the error, and any/all multistatus responses */ |
| 1914 | return dav_fs_internal_walk(params, depth, 0, NULL, response); |
| 1915 | } |
| 1916 | |
| 1917 | /* dav_fs_etag: Creates an etag for the file path. |
| 1918 | */ |
no test coverage detected