comparison src/event/ngx_event_udp.c @ 8116:3108d4d668e4

Style.
author BullerDu <yefei.dyf@alibaba-inc.com>
date Fri, 16 Dec 2022 01:15:15 +0400
parents 32b0ba4855a6
children af5adec171b4
comparison
equal deleted inserted replaced
8115:d85ce1df2313 8116:3108d4d668e4
86 if (ls->wildcard) { 86 if (ls->wildcard) {
87 msg.msg_control = &msg_control; 87 msg.msg_control = &msg_control;
88 msg.msg_controllen = sizeof(msg_control); 88 msg.msg_controllen = sizeof(msg_control);
89 89
90 ngx_memzero(&msg_control, sizeof(msg_control)); 90 ngx_memzero(&msg_control, sizeof(msg_control));
91 } 91 }
92 #endif 92 #endif
93 93
94 n = recvmsg(lc->fd, &msg, 0); 94 n = recvmsg(lc->fd, &msg, 0);
95 95
96 if (n == -1) { 96 if (n == -1) {