summaryrefslogtreecommitdiff
path: root/security/libsecret/files/patch-egg_egg-unix-credentials.c
blob: 8afe454939b8750c721905a8a5e0b7f553beee80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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