forked from lix-project/lix
Suppress warning about ssh-auth-sock
This commit is contained in:
parent
73bba12d8b
commit
895f00c372
|
@ -483,7 +483,9 @@ static void performOp(ref<LocalStore> store, bool trusted, unsigned int clientVe
|
||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (trusted
|
if (name == "ssh-auth-sock") // obsolete
|
||||||
|
;
|
||||||
|
else if (trusted
|
||||||
|| name == settings.buildTimeout.name
|
|| name == settings.buildTimeout.name
|
||||||
|| name == settings.connectTimeout.name)
|
|| name == settings.connectTimeout.name)
|
||||||
settings.set(name, value);
|
settings.set(name, value);
|
||||||
|
|
Loading…
Reference in a new issue