summaryrefslogtreecommitdiff
path: root/dbm/sdbm/sdbm_lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbm/sdbm/sdbm_lock.c')
-rw-r--r--dbm/sdbm/sdbm_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/sdbm/sdbm_lock.c b/dbm/sdbm/sdbm_lock.c
index 9241c1fb6..d5e3df851 100644
--- a/dbm/sdbm/sdbm_lock.c
+++ b/dbm/sdbm/sdbm_lock.c
@@ -48,7 +48,7 @@ APR_DECLARE(apr_status_t) apr_sdbm_lock(apr_sdbm_t *db, int type)
* zero size: either a fresh database, or one with a single,
* unsplit data page: dirpage is all zeros.
*/
- if ((status = apr_file_lock(db->dirf, type)) == APR_SUCCESS)
+ if ((status = apr_file_lock(db->dirf, type)) == APR_SUCCESS)
{
apr_finfo_t finfo;
if ((status = apr_file_info_get(&finfo, APR_FINFO_SIZE, db->dirf))