- wow, fix a syntax error

This commit is contained in:
Nalin Dahyabhai 2008-02-12 21:03:29 +00:00
parent 7ccda19051
commit 820100e165

View File

@ -12,7 +12,7 @@ to the wrong attribute on the KDC. Do what RFC4120 says we should do. RT#5755.
+ } 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;