Changeset 8d1f92f in mainline for uspace/srv/net/dhcp/dhcp.c


Ignore:
Timestamp:
2015-05-24T09:34:05Z (9 years ago)
Author:
Michal Koutný <xm.koutny+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc7bf19
Parents:
a18a8b9 (diff), 91deaff (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Sync with mainline

File:
1 edited

Legend:

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

    ra18a8b9 r8d1f92f  
    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.