mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 21:01:15 +00:00
Fixed typo: xdr config needs to have a lower priority than the global one
Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
parent
8b4f9b1758
commit
407cf4e414
@ -471,7 +471,7 @@ static int load_config(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (xdr_config_path != NULL) {
|
if (xdr_config_path != NULL) {
|
||||||
if (git_config_add_file_ondisk(cfg, xdr_config_path, 3) < 0)
|
if (git_config_add_file_ondisk(cfg, xdr_config_path, 2) < 0)
|
||||||
goto on_error;
|
goto on_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user