Skip to content

Commit

Permalink
remove duplicate label
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed May 8, 2012
1 parent ecb8e59 commit 499df03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions msetsockopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ int msetsockopt(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
e->_REUSEPORT = flag ? 1 : 0;
return 0;

case SO_DEBUG:
if (!get_flag(optval, optlen, &flag))
return EINVAL;
e->_DEBUG = flag ? 1 : 0;
return 0;

case SO_KEEPALIVE:
if (!get_flag(optval, optlen, &flag))
return EINVAL;
Expand Down

0 comments on commit 499df03

Please sign in to comment.