projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a38656
)
vpn: Remove unused variable
author
Daniel Wagner
<daniel.wagner@bmw-carit.de>
Fri, 23 Nov 2012 12:15:38 +0000
(13:15 +0100)
committer
Daniel Wagner
<daniel.wagner@bmw-carit.de>
Fri, 23 Nov 2012 12:20:16 +0000
(13:20 +0100)
plugins/vpn.c
patch
|
blob
|
history
diff --git
a/plugins/vpn.c
b/plugins/vpn.c
index
b29dcc0
..
c7f59a9
100644
(file)
--- a/
plugins/vpn.c
+++ b/
plugins/vpn.c
@@
-454,7
+454,6
@@
static void connect_reply(DBusPendingCall *call, void *user_data)
{
DBusMessage *reply;
DBusError error;
- struct connection_data *data;
struct config_create_data *cb_data = user_data;
if (dbus_pending_call_get_completed(call) == FALSE)
@@
-478,7
+477,6
@@
static void connect_reply(DBusPendingCall *call, void *user_data)
ECONNREFUSED, NULL);
free_config_cb_data(cb_data);
}
- data->cb_data = NULL;
goto done;
}
dbus_error_free(&error);