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

Unified Diff: src/manager.c

Issue 6731067: flimflam: revise multi-profile support to pin objects to a profile (Closed) Base URL: ssh://gitrw.chromium.org:9222/flimflam.git@master
Patch Set: fix diff Created 9 years, 9 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 | « src/connman.h ('k') | src/notifier.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/manager.c
diff --git a/src/manager.c b/src/manager.c
index e14701ad14b78a2577c8a285353e48cedf0cf19e..067665e5f25b522437035ce5e9c8524e327857ab 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -171,8 +171,6 @@ static DBusMessage *set_property(DBusConnection *conn,
dbus_message_iter_get_basic(&value, &offlinemode);
__connman_profile_set_offlinemode(offlinemode);
-
- __connman_profile_save_default();
} else
return __connman_error_invalid_property(msg);
« no previous file with comments | « src/connman.h ('k') | src/notifier.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698