diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/access.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/access.c b/os/access.c index 75e7a6983..54f069024 100644 --- a/os/access.c +++ b/os/access.c @@ -1221,7 +1221,6 @@ GetLocalClientCreds(ClientPtr client, LocalClientCredRec ** lccp) #endif #else /* No system call available to get the credentials of the peer */ -#define NO_LOCAL_CLIENT_CRED return -1; #endif } |