source: freewrt/package/dhcp6/patches/02-gcc_lvalue.patch@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 526 bytes
  • client/solicit.c

    old new  
    1818    dhcp_message_ptr -> opt = add_client_id_option (interface_details);
    1919   
    2020    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);
    2222    return dhcp_message_ptr;
    2323}
    2424
Note: See TracBrowser for help on using the repository browser.