Changeset bd88bee in mainline for uspace/srv/net/inetsrv/inetcfg.c


Ignore:
Timestamp:
2013-09-21T22:51:06Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66ec63a
Parents:
7af0cc5
Message:

Automatically start DHCP on ethernet links.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/inetcfg.c

    r7af0cc5 rbd88bee  
    750750                sysarg_t method = IPC_GET_IMETHOD(call);
    751751
     752                log_msg(LOG_DEFAULT, LVL_DEBUG, "method %d", (int)method);
    752753                if (!method) {
    753754                        /* The other side has hung up */
Note: See TracChangeset for help on using the changeset viewer.