mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-24 03:17:46 +08:00
Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsd
This commit is contained in:
commit
659d7adb7c
@ -198,7 +198,7 @@ prison_check_ip6(struct ucred *cred, struct in6_addr *ia6)
|
||||
int
|
||||
prison_local_ip4(struct ucred *cred, struct in_addr *ia)
|
||||
{
|
||||
return EAFNOSUPPORT;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -210,7 +210,7 @@ prison_local_ip4(struct ucred *cred, struct in_addr *ia)
|
||||
int
|
||||
prison_remote_ip4(struct ucred *cred, struct in_addr *ia)
|
||||
{
|
||||
return EAFNOSUPPORT;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -263,6 +263,7 @@ prison_remote_ip6(struct ucred *cred, struct in6_addr *ia6)
|
||||
int
|
||||
prison_saddrsel_ip4(struct ucred *cred, struct in_addr *ia)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user