aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rxrpc/main.c')
-rw-r--r--net/rxrpc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/main.c b/net/rxrpc/main.c
index baec1f7fd8b9..cead31b5bdf5 100644
--- a/net/rxrpc/main.c
+++ b/net/rxrpc/main.c
@@ -37,7 +37,7 @@ static int __init rxrpc_initialise(void)
int ret;
/* my epoch value */
- rxrpc_epoch = htonl(xtime.tv_sec);
+ rxrpc_epoch = htonl(get_seconds());
/* register the /proc interface */
#ifdef CONFIG_PROC_FS