From: Alan T. DeKok Date: Mon, 22 Jan 2024 22:09:01 +0000 (-0500) Subject: we don't need these fields. The bio code has been updated X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f76ad1618aaacc815b10e010ae42535b4e5fa351;p=thirdparty%2Ffreeradius-server.git we don't need these fields. The bio code has been updated --- diff --git a/src/lib/util/socket.h b/src/lib/util/socket.h index 1c80c5e2443..6a6460f7906 100644 --- a/src/lib/util/socket.h +++ b/src/lib/util/socket.h @@ -73,9 +73,6 @@ typedef struct { struct { char const *path; //!< Unix socket path. - mode_t perm; - uid_t uid; - gid_t gid; } unix; }; int af; //!< AF_INET, AF_INET6, or AF_UNIX