mirror of
https://github.com/ksherlock/marignotti.git
synced 2024-12-21 23:29:36 +00:00
remove duplicate label
This commit is contained in:
parent
ecb8e59d6d
commit
499df03987
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user