The Samba-Bugzilla – Attachment 13041 Details for
Bug 12649
source4/heimdal/lib/krb5/rd_req.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
rd_req.c.patch (text/plain), 433 bytes, created by
Ruga
on 2017-03-11 17:27:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ruga
Created:
2017-03-11 17:27:32 UTC
Size:
433 bytes
patch
obsolete
>--- source4/heimdal/lib/krb5/rd_req.c.orig 2017-03-11 18:25:05.000000000 +0100 >+++ source4/heimdal/lib/krb5/rd_req.c 2017-03-11 18:25:47.000000000 +0100 >@@ -441,7 +441,7 @@ > > krb5_timeofday (context, &now); > >- if (abs(ac->authenticator->ctime - now) > context->max_skew) { >+ if (labs(ac->authenticator->ctime - now) > context->max_skew) { > ret = KRB5KRB_AP_ERR_SKEW; > krb5_clear_error_message (context); > goto out;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12649
: 13041