Diff between 1bc0495a750103d1f491cd24a799c3d708ddd762 and 7aa3ff73cab969ad5c400a7d8ff8dc2de4601622
Changed Files
| File | Additions | Deletions | Status |
| android/pan.c | +0 | -1 | modified |
Full Patch
diff --git a/android/pan.c b/android/pan.c
index 972af89..511f4fd 100644
--- a/android/pan.c
+++ b/android/pan.c
@@ -517,7 +517,6 @@ static gboolean nap_setup_cb(GIOChannel *chan, GIOCondition cond,
if (bnep_server_add(sk, dst_role, BNEP_BRIDGE, dev->iface,
&dev->dst) < 0) {
- nap_remove_bridge();
error("server_connadd failed");
rsp = BNEP_CONN_NOT_ALLOWED;
goto failed;