Changeset e3811c9 in mainline for uspace/srv/net/dhcp/dhcp.c


Ignore:
Timestamp:
2015-04-29T17:25:11Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3bd1b3ab
Parents:
86cf96d
Message:

Work around issue with simultaneous DHCP sessions (thx Jan Buchar).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/dhcp/dhcp.c

    r86cf96d re3811c9  
    562562        }
    563563
     564        /* XXX Work around multiple simultaneous sessions issue */
     565        dhcp_transport_fini(&dlink->dt);
     566
    564567        log_msg(LOG_DEFAULT, LVL_NOTE, "%s: Successfully configured.",
    565568            dlink->link_info.name);
Note: See TracChangeset for help on using the changeset viewer.