rpms/gnome-session/FC-6 gnome-session-2.15.91-http-proxy.patch, 1.4, 1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 27 05:34:22 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/gnome-session/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv14305

Modified Files:
	gnome-session-2.15.91-http-proxy.patch 
Log Message:
add semicolon to patch


gnome-session-2.15.91-http-proxy.patch:
 headers.h |    9 +++++++
 main.c    |   79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Index: gnome-session-2.15.91-http-proxy.patch
===================================================================
RCS file: /cvs/dist/rpms/gnome-session/FC-6/gnome-session-2.15.91-http-proxy.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-session-2.15.91-http-proxy.patch	27 Nov 2006 05:25:38 -0000	1.4
+++ gnome-session-2.15.91-http-proxy.patch	27 Nov 2006 05:34:20 -0000	1.5
@@ -37,7 +37,7 @@
 +
 +  if (host == NULL || host[0] == '\0')
 +    {
-+      g_free (host)
++      g_free (host);
 +      g_unsetenv ("http_proxy");
 +      return;
 +    }




More information about the fedora-cvs-commits mailing list