Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/networking/udhcp/files.c

    r2725 r3232  
    8181    {"option"       , udhcp_str2optset, &server_config.options      , ""},
    8282    {"opt"          , udhcp_str2optset, &server_config.options      , ""},
    83     {"notify_file"  , read_str        , &server_config.notify_file  , ""},
    84     {"sname"        , read_str        , &server_config.sname        , ""},
    85     {"boot_file"    , read_str        , &server_config.boot_file    , ""},
     83    {"notify_file"  , read_str        , &server_config.notify_file  , NULL},
     84    {"sname"        , read_str        , &server_config.sname        , NULL},
     85    {"boot_file"    , read_str        , &server_config.boot_file    , NULL},
    8686    {"static_lease" , read_staticlease, &server_config.static_leases, ""},
    8787};
Note: See TracChangeset for help on using the changeset viewer.