Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 387dc751 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by android-build-merger
Browse files

Merge "libnetutils: Rename dhcptool to dhcpdbg" am: 9397adab am: 482ca8ee

am: a4866d9e

Change-Id: I635d8725c9630e781312d3416a1f6eb9ab8e0e08
parents 9aa1c94e a4866d9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ cc_library_shared {
}

cc_binary {
    name: "dhcptool",
    name: "dhcpdbg",

    srcs: [
        "dhcptool.c",
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ int main(int argc, char* argv[]) {
    if (rc) {
        err(errno, "dhcptool %s: do_dhcp failed", interface);
    }

    warn("IP assignment is for debug purposes ONLY");
    ifc_close();

    return rc ? EXIT_FAILURE : EXIT_SUCCESS;