Update another call to git_remote_connect

This commit is contained in:
Matt Burke 2015-09-08 14:15:29 -04:00
parent 80ee25434d
commit 5d7cd57f99

View File

@ -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;