Merge "libnetutils: Rename dhcptool to dhcpdbg"
This commit is contained in:
commit
9397adabd8
|
@ -19,7 +19,7 @@ cc_library_shared {
|
|||
}
|
||||
|
||||
cc_binary {
|
||||
name: "dhcptool",
|
||||
name: "dhcpdbg",
|
||||
|
||||
srcs: [
|
||||
"dhcptool.c",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue