]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- wrong ifdef
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 19 Apr 2011 20:23:07 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-heimdal.patch -> 1.13

openssh-heimdal.patch

index f5d5f300fd1e5a4be20183de471dcacf01d96fbd..d50a9519d7e01a77685596aab6f1f058438e81b9 100644 (file)
        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;
This page took 0.323843 seconds and 4 git commands to generate.