rpms/krb5/devel krb5-1.6.2-key_exp.patch,1.3,1.4

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Tue Feb 12 21:03:33 UTC 2008


Author: nalin

Update of /cvs/pkgs/rpms/krb5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17049

Modified Files:
	krb5-1.6.2-key_exp.patch 
Log Message:
- wow, fix a syntax error


krb5-1.6.2-key_exp.patch:

Index: krb5-1.6.2-key_exp.patch
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/devel/krb5-1.6.2-key_exp.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- krb5-1.6.2-key_exp.patch	23 Jan 2008 18:27:03 -0000	1.3
+++ krb5-1.6.2-key_exp.patch	12 Feb 2008 21:03:29 -0000	1.4
@@ -12,7 +12,7 @@
 +    } else if (client.pw_expiration == 0) {
 +       reply_encpart.key_exp = client.expiration;
 +    } else {
-+       reply_encpart.key_exp = client.pw_expiration < client.expiration ?;
++       reply_encpart.key_exp = client.pw_expiration < client.expiration ?
 +                               client.pw_expiration : client.expiration;
 +    }
      reply_encpart.flags = enc_tkt_reply.flags;




More information about the fedora-extras-commits mailing list