guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54811] [PATCH 3/3] daemon: Support systemd-style socket activation.


From: Maxime Devos
Subject: [bug#54811] [PATCH 3/3] daemon: Support systemd-style socket activation.
Date: Sat, 09 Apr 2022 11:29:08 +0200
User-agent: Evolution 3.38.3-1

Ludovic Courtès schreef op za 09-04-2022 om 11:13 [+0200]:
> +  if (getEnv ("LISTEN_PID") == std::to_string (getpid ()))

I thought it was name getenv, and not getEnv, and C strings cannot be
meaningfully compared with == (pointer equality), or is thi a C++-ism?

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]