packages: openssh/openssh-heimdal.patch - wrong ifdef
baggins
baggins at pld-linux.org
Tue Apr 19 22:23:13 CEST 2011
Author: baggins Date: Tue Apr 19 20:23:13 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- wrong ifdef
---- Files affected:
packages/openssh:
openssh-heimdal.patch (1.12 -> 1.13)
---- Diffs:
================================================================
Index: packages/openssh/openssh-heimdal.patch
diff -u packages/openssh/openssh-heimdal.patch:1.12 packages/openssh/openssh-heimdal.patch:1.13
--- packages/openssh/openssh-heimdal.patch:1.12 Tue Apr 19 22:20:52 2011
+++ packages/openssh/openssh-heimdal.patch Tue Apr 19 22:23:07 2011
@@ -66,10 +66,11 @@
if (options.use_pam)
--- openssh-5.8p1/auth-krb5.c.orig 2009-12-21 00:49:22.000000000 +0100
+++ openssh-5.8p1/auth-krb5.c 2011-04-19 22:16:14.622268002 +0200
-@@ -74,6 +88,7 @@
+@@ -74,6 +88,9 @@
#ifndef HEIMDAL
krb5_creds creds;
krb5_principal server;
++#else
+ const char *ccache_type, *ccache_name;
#endif
krb5_error_code problem;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssh/openssh-heimdal.patch?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list