Skip to content

Commit

Permalink
[ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker …
Browse files Browse the repository at this point in the history
…<martin_whitaker@ntlworld.com>)

Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Chas Williams authored and David S. Miller committed Jul 19, 2005
1 parent 43f51fc commit 322361b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/atm/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ static int svc_bind(struct socket *sock,struct sockaddr *sockaddr,
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;
Expand Down

0 comments on commit 322361b

Please sign in to comment.