Ident some CPP in nix daemon
Makes it easier for me to read.
(cherry picked from commit a09360400b)
This commit is contained in:
committed by
github-actions[bot]
parent
ab9f629150
commit
1836493f67
@@ -209,9 +209,9 @@ static PeerInfo getPeerInfo(int remote)
|
||||
|
||||
#elif defined(LOCAL_PEERCRED)
|
||||
|
||||
#if !defined(SOL_LOCAL)
|
||||
#define SOL_LOCAL 0
|
||||
#endif
|
||||
# if !defined(SOL_LOCAL)
|
||||
# define SOL_LOCAL 0
|
||||
# endif
|
||||
|
||||
xucred cred;
|
||||
socklen_t credLen = sizeof(cred);
|
||||
|
||||
Reference in New Issue
Block a user