rpms/gnome-vfs2-obexftp/devel gnome-vfs-obexftp-find-obex-directly.patch, 1.1, 1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Sun Nov 25 17:33:26 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7964

Modified Files:
	gnome-vfs-obexftp-find-obex-directly.patch 
Log Message:
Fix patch, bad bad, no testing


gnome-vfs-obexftp-find-obex-directly.patch:

Index: gnome-vfs-obexftp-find-obex-directly.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel/gnome-vfs-obexftp-find-obex-directly.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-vfs-obexftp-find-obex-directly.patch	25 Nov 2007 17:22:45 -0000	1.1
+++ gnome-vfs-obexftp-find-obex-directly.patch	25 Nov 2007 17:33:23 -0000	1.2
@@ -1,6 +1,6 @@
 === modified file 'src/om-bluetooth.c'
 --- src/om-bluetooth.c	2007-06-10 11:23:36 +0000
-+++ src/om-bluetooth.c	2007-11-25 17:11:01 +0000
++++ src/om-bluetooth.c	2007-11-25 17:29:18 +0000
 @@ -178,9 +178,26 @@
  	if (sdp_service_search_attr_req (sdp, search,
  					 SDP_ATTR_REQ_INDIVIDUAL, attrs,
@@ -18,11 +18,11 @@
 +
 +		sdp_uuid16_create(&obex_uuid, OBEX_FILETRANS_SVCLASS_ID);
 +		attrs = sdp_list_append(0, &range);
-+		search = sdp_list_append(0, uuid);
++		search = sdp_list_append(0, &obex_uuid);
 +
 +		if (sdp_service_search_attr_req (sdp, search,
 +						 SDP_ATTR_REQ_INDIVIDUAL, attrs,
-+						 &seq)) {
++						 &recs)) {
 +			d(g_printerr("find_obexftp_channel: "
 +				     "Could not browse services, finding obex"));
 +			goto end;




More information about the fedora-extras-commits mailing list