summaryrefslogtreecommitdiff
path: root/subversion/libsvn_ra/wrapper_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/libsvn_ra/wrapper_template.h')
-rw-r--r--subversion/libsvn_ra/wrapper_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_ra/wrapper_template.h b/subversion/libsvn_ra/wrapper_template.h
index 0585ded..a74dbf1 100644
--- a/subversion/libsvn_ra/wrapper_template.h
+++ b/subversion/libsvn_ra/wrapper_template.h
@@ -90,7 +90,7 @@ static svn_error_t *compat_open(void **session_baton,
callbacks2->progress_func = NULL;
callbacks2->progress_baton = NULL;
- SVN_ERR(VTBL.open_session(sess, &session_url, repos_URL,
+ SVN_ERR(VTBL.open_session(sess, &session_url, NULL, repos_URL,
callbacks2, callback_baton,
callbacks ? callbacks->auth_baton : NULL,
config, sesspool, sesspool));