View | Details | Raw Unified | Return to bug 22143
Collapse All | Expand All

(-)wicontrol.c 2000/10/20 06:58:14 (+3 lines)
Lines 208-213 Link Here
208
{
208
{
209
       struct wi_req           wreq;
209
       struct wi_req           wreq;
210
210
211
       if (iface == NULL)
212
               errx(1, "must specify interface name");
213
211
       bzero((char *)&wreq, sizeof(wreq));
214
       bzero((char *)&wreq, sizeof(wreq));
212
215
213
       wreq.wi_type = code;
216
       wreq.wi_type = code;

Return to bug 22143