diff options
Diffstat (limited to 'net/rxrpc/rxkad.c')
-rw-r--r-- | net/rxrpc/rxkad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/rxkad.c b/net/rxrpc/rxkad.c index 5ec705144e10..ac3cabdca78c 100644 --- a/net/rxrpc/rxkad.c +++ b/net/rxrpc/rxkad.c | |||
@@ -916,7 +916,7 @@ static int rxkad_decrypt_ticket(struct rxrpc_connection *conn, | |||
916 | issue = be32_to_cpu(stamp); | 916 | issue = be32_to_cpu(stamp); |
917 | } | 917 | } |
918 | p += 4; | 918 | p += 4; |
919 | now = xtime.tv_sec; | 919 | now = get_seconds(); |
920 | _debug("KIV ISSUE: %lx [%lx]", issue, now); | 920 | _debug("KIV ISSUE: %lx [%lx]", issue, now); |
921 | 921 | ||
922 | /* check the ticket is in date */ | 922 | /* check the ticket is in date */ |