File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ int DSOLOCAL msc_status_engine_mac_address (unsigned char *mac)
182
182
(unsigned char )LLADDR (sdl )[3 ],
183
183
(unsigned char )LLADDR (sdl )[4 ],
184
184
(unsigned char )LLADDR (sdl )[5 ]);
185
- goto end ;
185
+ break ;
186
186
}
187
187
}
188
188
@@ -225,7 +225,7 @@ int DSOLOCAL msc_status_engine_mac_address (unsigned char *mac)
225
225
(unsigned char )ifr -> ifr_addr .sa_data [4 ],
226
226
(unsigned char )ifr -> ifr_addr .sa_data [5 ]);
227
227
228
- goto end ;
228
+ break ;
229
229
}
230
230
}
231
231
close ( sock );
@@ -268,15 +268,14 @@ int DSOLOCAL msc_status_engine_mac_address (unsigned char *mac)
268
268
(unsigned char )pAdapter -> Address [3 ],
269
269
(unsigned char )pAdapter -> Address [4 ],
270
270
(unsigned char )pAdapter -> Address [5 ]);
271
- goto end ;
271
+ break ;
272
272
}
273
273
pAdapter = pAdapter -> Next ;
274
274
}
275
275
276
276
free (pAdapterInfo );
277
277
#endif
278
278
279
- end :
280
279
return 0 ;
281
280
failed :
282
281
return -1 ;
You can’t perform that action at this time.
0 commit comments