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


Ignore:
Timestamp:
2015-06-08T22:01:58Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
496232e
Parents:
1f2b07a
Message:

DHCP was mismerged, workaround is not needed anymore.

File:
1 edited

Legend:

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

    r1f2b07a rdc0d6e5d  
    563563        }
    564564
    565         /* XXX Work around multiple simultaneous sessions issue */
    566         dhcp_transport_fini(&dlink->dt);
    567 
    568565        log_msg(LOG_DEFAULT, LVL_NOTE, "%s: Successfully configured.",
    569566            dlink->link_info.name);
Note: See TracChangeset for help on using the changeset viewer.