mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
STABLE14-revert-linux26-selinux-20040621
well, i'm not sure what the right way to deal is, seeing as this change weas reverted later in the kernel
(cherry picked from commit 1d6cf7729c
)
This commit is contained in:
parent
58527a0e88
commit
4c470b3620
@ -37,7 +37,10 @@ rxk_NewSocketHost(afs_uint32 ahost, short aport)
|
||||
int code;
|
||||
|
||||
|
||||
#ifdef LINUX_KERNEL_IS_SELINUX
|
||||
/* We need a better test for this. if you need it back, tell us
|
||||
* how to detect it.
|
||||
*/
|
||||
#if 0/*def LINUX_KERNEL_IS_SELINUX*/
|
||||
code = sock_create(AF_INET, SOCK_DGRAM, IPPROTO_UDP, &sockp, 0);
|
||||
#else
|
||||
code = sock_create(AF_INET, SOCK_DGRAM, IPPROTO_UDP, &sockp);
|
||||
|
Loading…
Reference in New Issue
Block a user