Diff between ce04a4c18d33236deb883bb306e3fae1107e100c and 831221dc5b42d0b03ae5dcb4ec5144c3648dc237

Changed Files

File Additions Deletions Status
obexd/client/session.c +2 -1 modified

Full Patch

diff --git a/obexd/client/session.c b/obexd/client/session.c
index 8d32ed0..d971982 100644
--- a/obexd/client/session.c
+++ b/obexd/client/session.c
@@ -856,7 +856,8 @@ const char *obc_session_register(struct obc_session *session,
 
 	if (g_dbus_register_interface(session->conn, session->path,
 					SESSION_INTERFACE, session_methods,
-					NULL, NULL, session, destroy) == FALSE)
+					NULL, session_properties, session,
+					destroy) == FALSE)
 		goto fail;
 
 	if (session->driver->probe && session->driver->probe(session) < 0) {