1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 08:31:16 +02:00

Ident some CPP in nix daemon

Makes it easier for me to read.

(cherry picked from commit a09360400b)
This commit is contained in:
John Ericson 2024-07-03 11:15:56 -04:00 committed by github-actions[bot]
parent f80e0832bc
commit 5d32212b27

View file

@ -210,9 +210,9 @@ static PeerInfo getPeerInfo(int remote)
#elif defined(LOCAL_PEERCRED) #elif defined(LOCAL_PEERCRED)
#if !defined(SOL_LOCAL) # if !defined(SOL_LOCAL)
#define SOL_LOCAL 0 # define SOL_LOCAL 0
#endif # endif
xucred cred; xucred cred;
socklen_t credLen = sizeof(cred); socklen_t credLen = sizeof(cred);