Skip to content

Commit

Permalink
af_iucv: remove duplicate sock_set_flag
Browse files Browse the repository at this point in the history
Remove duplicate sock_set_flag(sk, SOCK_ZAPPED) in iucv_sock_close,
which has been overlooked in September-commit
7514bab.

Cc: Hendrik Brueckner <[email protected]>
Signed-off-by: Ursula Braun <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
braunu authored and davem330 committed Oct 18, 2009
1 parent 49f5eba commit 9a4ff8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/iucv/af_iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ static void iucv_sock_close(struct sock *sk)
break;

default:
sock_set_flag(sk, SOCK_ZAPPED);
/* nothing to do here */
break;
}
Expand Down

0 comments on commit 9a4ff8d

Please sign in to comment.