remove not connect. tnks gustavo

This commit is contained in:
Carsten Haitzler 2013-10-22 15:55:00 +01:00
parent 1c5aa36ee9
commit ab3930c66a
1 changed files with 3 additions and 3 deletions

View File

@ -386,9 +386,9 @@ bool econnman_service_remove(struct Connman_Service *cs,
cd->cb = cb;
cd->user_data = data;
cs->pending.connect = eldbus_proxy_call(cs->service_iface, "Remove",
_service_connection_cb, cd,
-1, "");
cs->pending.remov = eldbus_proxy_call(cs->service_iface, "Remove",
_service_connection_cb, cd,
-1, "");
return true;
fail: