mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Merge branch 'mascguy-gsocket-peerpid' into 'main'
credentials: macos: check for existence of LOCAL_PEERPID See merge request GNOME/glib!2707
This commit is contained in:
commit
164b9894b5
@ -6077,12 +6077,14 @@ g_socket_get_credentials (GSocket *socket,
|
||||
G_CREDENTIALS_NATIVE_TYPE,
|
||||
&cred);
|
||||
|
||||
#ifdef LOCAL_PEERPID
|
||||
if (getsockopt (socket->priv->fd,
|
||||
SOL_LOCAL,
|
||||
LOCAL_PEERPID,
|
||||
&pid,
|
||||
&optlen) == 0)
|
||||
_g_credentials_set_local_peerid (ret, pid);
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user