[gnome-bluetooth] Add FIXME in obex_agent_request()



commit 29a077f75708150b9d526d429ff7a97fbb4044a4
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 17 17:43:17 2009 +0100

    Add FIXME in obex_agent_request()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/obex-agent.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/obex-agent.c b/lib/obex-agent.c
index 5a5e366..714dc6a 100644
--- a/lib/obex-agent.c
+++ b/lib/obex-agent.c
@@ -87,6 +87,7 @@ static gboolean obex_agent_request(ObexAgent *agent, const char *path,
 		proxy = dbus_g_proxy_new_for_name(connection, OBEX_SERVICE,
 						path, OBEX_TRANSFER_INTERFACE);
 
+		//FIXME check result
 		result = priv->request_func(context, proxy,
 						priv->request_data);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]