Fix warnings (clang 3.6)
This commit is contained in:
@@ -222,7 +222,7 @@ krb5_rd_cred(krb5_context context,
|
||||
|
||||
if (enc_krb_cred_part.timestamp == NULL ||
|
||||
enc_krb_cred_part.usec == NULL ||
|
||||
abs(*enc_krb_cred_part.timestamp - sec)
|
||||
labs(*enc_krb_cred_part.timestamp - sec)
|
||||
> context->max_skew) {
|
||||
krb5_clear_error_message (context);
|
||||
ret = KRB5KRB_AP_ERR_SKEW;
|
||||
|
Reference in New Issue
Block a user