Diff between d855a28b88c4a10246d6a6188bc5c52262ae734a and fba2e63376c1eae1515765f21a8ab74a418379f3

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 3471805..972af89 100644
--- a/android/pan.c
+++ b/android/pan.c
@@ -636,7 +636,7 @@ static int register_nap_server(void)
 		destroy_nap_device();
 		error("%s", gerr->message);
 		g_error_free(gerr);
-		return -EINVAL;
+		return -EIO;
 	}
 
 	return 0;