Fix #43 #434 for Nginx transparent proxy

dev
rolfliu 2020-01-10 14:26:02 +08:00 committed by fengbojiang(姜凤波)
parent 33d130f74c
commit 851ac5c081
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ ip_opt_convert(int optname)
case LINUX_IP_DROP_MEMBERSHIP:
return IP_DROP_MEMBERSHIP;
default:
return -1;
return optname;
}
}