source:
freewrt/package/dhcp6/patches/02-gcc_lvalue.patch@
475ad56
| Last change on this file since 475ad56 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 526 bytes | |
-
client/solicit.c
old new 18 18 dhcp_message_ptr -> opt = add_client_id_option (interface_details); 19 19 20 20 opt_ptr = (struct OPTIONS *) dhcp_message_ptr -> opt; 21 ( struct OPTIONS *) ((struct DUID *) opt_ptr -> opt_data) -> opt = add_ia_option (interface_details);21 ((struct DUID *) opt_ptr -> opt_data) -> opt = add_ia_option (interface_details); 22 22 return dhcp_message_ptr; 23 23 } 24 24
Note:
See TracBrowser
for help on using the repository browser.
