diff options
Diffstat (limited to 'security/libsecret/files')
-rw-r--r-- | security/libsecret/files/patch-egg_egg-unix-credentials.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/libsecret/files/patch-egg_egg-unix-credentials.c b/security/libsecret/files/patch-egg_egg-unix-credentials.c new file mode 100644 index 000000000000..8afe454939b8 --- /dev/null +++ b/security/libsecret/files/patch-egg_egg-unix-credentials.c @@ -0,0 +1,11 @@ +--- egg/egg-unix-credentials.c.orig 2024-02-23 09:53:23 UTC ++++ egg/egg-unix-credentials.c +@@ -230,7 +230,7 @@ egg_unix_credentials_setup (int sock) + #if defined(LOCAL_CREDS) && !defined(HAVE_CMSGCRED) + int val = 1; + if (setsockopt (sock, 0, LOCAL_CREDS, &val, sizeof (val)) < 0) { +- fprintf (stderr, "unable to set LOCAL_CREDS socket option on fd %d\n", fd); ++ fprintf (stderr, "unable to set LOCAL_CREDS socket option\n"); + retval = -1; + } + #endif |