projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33cb960
)
Add debug line for found passphrases
author
Marcel Holtmann
<marcel@holtmann.org>
Mon, 24 Mar 2008 09:44:57 +0000
(10:44 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 24 Mar 2008 09:44:57 +0000
(10:44 +0100)
src/iface.c
patch
|
blob
|
history
diff --git
a/src/iface.c
b/src/iface.c
index
a35d22a
..
4a655a1
100644
(file)
--- a/
src/iface.c
+++ b/
src/iface.c
@@
-382,6
+382,8
@@
void connman_iface_indicate_station(struct connman_iface *iface,
passphrase = __connman_iface_find_passphrase(iface, name);
if (passphrase != NULL) {
+ DBG("network %s passphrase %s", name, passphrase);
+
g_free(iface->network.identifier);
iface->network.identifier = g_strdup(name);
g_free(iface->network.passphrase);