aboutsummaryrefslogtreecommitdiff
path: root/subversion/libsvn_subr/config_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/libsvn_subr/config_auth.c')
-rw-r--r--subversion/libsvn_subr/config_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_subr/config_auth.c b/subversion/libsvn_subr/config_auth.c
index 90670f9d7519..7461b912a732 100644
--- a/subversion/libsvn_subr/config_auth.c
+++ b/subversion/libsvn_subr/config_auth.c
@@ -144,7 +144,7 @@ svn_config_write_auth_data(apr_hash_t *hash,
apr_psprintf(pool, _("Error writing hash to '%s'"),
svn_dirent_local_style(auth_path, pool)));
SVN_ERR(svn_stream_close(stream));
- SVN_ERR(svn_io_file_rename(tmp_path, auth_path, pool));
+ SVN_ERR(svn_io_file_rename2(tmp_path, auth_path, FALSE, pool));
/* To be nice, remove the realmstring from the hash again, just in
case the caller wants their hash unchanged.