Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: dhcpcd-dbus.c

Issue 2957010: fix dhcpcd handling of Release dbus msg (Closed) Base URL: ssh://git@chromiumos-git//dhcpcd.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dhcpcd-dbus.c
diff --git a/dhcpcd-dbus.c b/dhcpcd-dbus.c
index 63041a06e2148a983539c055780804ac96ed13ea..c597e16d3ce09d62ab416947362b2560fef36e12 100644
--- a/dhcpcd-dbus.c
+++ b/dhcpcd-dbus.c
@@ -486,7 +486,6 @@ msg_handler(DBusConnection *con, DBusMessage *msg, _unused void *data)
return dbus_ack(con, msg);
} else if (IsMethod(msg, "Release")) {
send_release(ifaces);
- stop_interface(ifaces);
return dbus_ack(con, msg);
} else if (IsMethod(msg, "Stop")) {
stop_interface(ifaces);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698