]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we don't need these fields. The bio code has been updated
authorAlan T. DeKok <aland@freeradius.org>
Mon, 22 Jan 2024 22:09:01 +0000 (17:09 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 22 Jan 2024 23:45:06 +0000 (18:45 -0500)
src/lib/util/socket.h

index 1c80c5e2443903f109b35f24585a26880abfafd3..6a6460f79064afa6d29cc8c117a24a719ab3b6a7 100644 (file)
@@ -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