mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-01 13:15:12 +00:00
Update another call to git_remote_connect
This commit is contained in:
parent
80ee25434d
commit
5d7cd57f99
@ -26,7 +26,7 @@ static int use_remote(git_repository *repo, char *name)
|
||||
*/
|
||||
callbacks.credentials = cred_acquire_cb;
|
||||
|
||||
error = git_remote_connect(remote, GIT_DIRECTION_FETCH, &callbacks);
|
||||
error = git_remote_connect(remote, GIT_DIRECTION_FETCH, &callbacks, NULL);
|
||||
if (error < 0)
|
||||
goto cleanup;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user