diff options
author | Peter Wemm <peter@FreeBSD.org> | 2016-12-01 07:45:05 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2016-12-01 07:45:05 +0000 |
commit | 608944fa5a78d7f517c9c73a7ded6c130cc97b83 (patch) | |
tree | 9dce7c56ce4cbd36bb5457661d50b23d30c3533c /subversion/libsvn_fs_fs/tree.c | |
parent | c94cceea9c2262c5b2ad5f215bb9a8ae48b02764 (diff) |
Diffstat (limited to 'subversion/libsvn_fs_fs/tree.c')
-rw-r--r-- | subversion/libsvn_fs_fs/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_fs_fs/tree.c b/subversion/libsvn_fs_fs/tree.c index 0047bef251fcb..5893da22b0cbd 100644 --- a/subversion/libsvn_fs_fs/tree.c +++ b/subversion/libsvn_fs_fs/tree.c @@ -2284,7 +2284,7 @@ svn_fs_fs__commit_txn(const char **conflict_p, if (ffd->pack_after_commit) { - SVN_ERR(svn_fs_fs__pack(fs, NULL, NULL, NULL, NULL, pool)); + SVN_ERR(svn_fs_fs__pack(fs, 0, NULL, NULL, NULL, NULL, pool)); } return SVN_NO_ERROR; |