Diff between 98ab7a7a66d78a0b60f4b8ea23883647f97825f8 and 2649f6dc0df249999f9cbd857fe2e5396fe3dfc4
Changed Files
| File | Additions | Deletions | Status |
| android/pan.c | +1 | -1 | modified |
Full Patch
diff --git a/android/pan.c b/android/pan.c
index 4e04da0..adc5df7 100644
--- a/android/pan.c
+++ b/android/pan.c
@@ -439,7 +439,7 @@ static void nap_confirm_cb(GIOChannel *chan, gpointer data)
if (err) {
error("%s", err->message);
g_error_free(err);
- goto failed;
+ return;
}
DBG("incoming connect request from %s", address);