diff options
Diffstat (limited to 'tests-clar/online/push_util.h')
| -rw-r--r-- | tests-clar/online/push_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/online/push_util.h b/tests-clar/online/push_util.h index 759122aa6..64f02cf2f 100644 --- a/tests-clar/online/push_util.h +++ b/tests-clar/online/push_util.h @@ -12,7 +12,7 @@ extern const git_oid OID_ZERO; * @param data pointer to a record_callbacks_data instance */ #define RECORD_CALLBACKS_INIT(data) \ - { GIT_REMOTE_CALLBACKS_VERSION, NULL, NULL, record_update_tips_cb, data } + { GIT_REMOTE_CALLBACKS_VERSION, NULL, NULL, cred_acquire_cb, NULL, record_update_tips_cb, data } typedef struct { char *name; |
