In the stub pv_remote_check() used where remote control is unavailable (OpenBSD), return false so there is a return value.

This commit is contained in:
Andrew Wood
2026-04-06 15:19:24 +01:00
parent bec0b6924e
commit ba0738496e
+1
View File
@@ -643,6 +643,7 @@ int pv_remote_transferstate_fetch(pvstate_t state, pid_t query, /*@null@ */ off_
bool pv_remote_check( /*@unused@ */ __attribute__((unused)) pvstate_t state)
{
return false;
}