SOURCES: yafc-gssapi.patch (NEW) - fixed (?)

wolf wolf at pld-linux.org
Tue Feb 14 18:28:51 CET 2006


Author: wolf                         Date: Tue Feb 14 17:28:50 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed (?)

---- Files affected:
SOURCES:
   yafc-gssapi.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/yafc-gssapi.patch
diff -u /dev/null SOURCES/yafc-gssapi.patch:1.1
--- /dev/null	Tue Feb 14 18:28:50 2006
+++ SOURCES/yafc-gssapi.patch	Tue Feb 14 18:28:45 2006
@@ -0,0 +1,12 @@
+diff -ruN yafc-1.1.1./lib/gssapi.c yafc-1.1.1/lib/gssapi.c
+--- yafc-1.1.1./lib/gssapi.c	2006-02-14 18:24:49.547385304 +0100
++++ yafc-1.1.1/lib/gssapi.c	2006-02-14 18:24:34.657648888 +0100
+@@ -72,7 +72,7 @@
+ static gss_OID_desc gss_c_nt_hostbased_service_oid_desc =
+ {10, (void *)"\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x04"};
+ 
+-static gss_OID GSS_C_NT_HOSTBASED_SERVICE = &gss_c_nt_hostbased_service_oid_desc;
++gss_OID GSS_C_NT_HOSTBASED_SERVICE = &gss_c_nt_hostbased_service_oid_desc;
+ 
+ 
+ 
================================================================


More information about the pld-cvs-commit mailing list