** dav_fs_close_lockdb: ** ** Close it. Duh. */
| 368 | ** Close it. Duh. |
| 369 | */ |
| 370 | static void dav_fs_close_lockdb(dav_lockdb *lockdb) |
| 371 | { |
| 372 | if (lockdb->info->db != NULL) |
| 373 | dav_dbm_close(lockdb->info->db); |
| 374 | } |
| 375 | |
| 376 | /* |
| 377 | ** dav_fs_build_key: Given a resource, return a apr_datum_t key |
nothing calls this directly
no test coverage detected