tree f78cc2a5017cffbccdabefa11bf76c0ec34d3908
parent 43f51fce0a637e6cdf1285b0fa09b8398ff14834
author Chas Williams <[EMAIL PROTECTED]> Wed, 20 Jul 2005 03:54:44 -0700
committer David S. Miller <[EMAIL PROTECTED]> Wed, 20 Jul 2005 03:54:44 -0700
[ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker <[EMAIL
PROTECTED]>)
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
net/atm/svc.c | 4 ----
1 files changed, 4 deletions(-)
diff --git a/net/atm/svc.c b/net/atm/svc.c
--- a/net/atm/svc.c
+++ b/net/atm/svc.c
@@ -118,10 +118,6 @@ static int svc_bind(struct socket *sock,
goto out;
}
vcc = ATM_SD(sock);
- if (test_bit(ATM_VF_SESSION, &vcc->flags)) {
- error = -EINVAL;
- goto out;
- }
addr = (struct sockaddr_atmsvc *) sockaddr;
if (addr->sas_family != AF_ATMSVC) {
error = -EAFNOSUPPORT;
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html