mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Security: https://vuxml.freebsd.org/freebsd/c53cd328-8131-4fc2-a083-a9e9d45e3028.html Security: https://vuxml.freebsd.org/freebsd/756839e1-cd78-4082-9f9e-d0da616ca8dd.html
11 lines
457 B
C++
11 lines
457 B
C++
--- remoting/host/chromoting_host.cc.orig 2025-01-15 09:18:26 UTC
|
|
+++ remoting/host/chromoting_host.cc
|
|
@@ -135,7 +135,7 @@ void ChromotingHost::Start(const std::string& host_own
|
|
&ChromotingHost::OnIncomingSession, base::Unretained(this)));
|
|
}
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
void ChromotingHost::StartChromotingHostServices() {
|
|
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
|
|
DCHECK(!ipc_server_);
|