patches/gnome-keyring-01-ssh-agent.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17518 2de908c23d48
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17518
qc161282
parents:
diff changeset
     1
--- gnome-keyring-2.25.92/gp11/gp11-module.c.orig	Tue Mar  3 21:46:43 2009
qc161282
parents:
diff changeset
     2
+++ gnome-keyring-2.25.92/gp11/gp11-module.c	Tue Mar  3 16:41:01 2009
qc161282
parents:
diff changeset
     3
@@ -1097,6 +1097,8 @@
qc161282
parents:
diff changeset
     4
 			error = NULL;
qc161282
parents:
diff changeset
     5
 			continue;
qc161282
parents:
diff changeset
     6
 		}
qc161282
parents:
diff changeset
     7
+
qc161282
parents:
diff changeset
     8
+		err = NULL;
qc161282
parents:
diff changeset
     9
 		
qc161282
parents:
diff changeset
    10
 		for (o = objects; !stop && o; o = g_list_next (o)) {
qc161282
parents:
diff changeset
    11
 			gp11_object_set_session (o->data, session);