Diff between b215225943455f9ad8e2ee73e574218623e4a2a6 and 534a5d3d9525945b4cf9a146ec3d66e606688f90

Changed Files

File Additions Deletions Status
profiles/network/connection.c +1 -1 modified

Full Patch

diff --git a/profiles/network/connection.c b/profiles/network/connection.c
index fc9da1c..4b30aa3 100644
--- a/profiles/network/connection.c
+++ b/profiles/network/connection.c
@@ -370,7 +370,7 @@ static int bnep_connect(struct network_conn *nc)
 							bnep_conn_req_to, nc);
 
 	g_io_add_watch(nc->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
-			(GIOFunc) bnep_setup_cb, nc);
+							bnep_setup_cb, nc);
 
 	return 0;
 }