From c63b8f0e8666f83c2c28e0cf4f05290019f3f24d Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sat, 29 May 2004 22:02:36 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3473 --- sched/handle_request.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/handle_request.C b/sched/handle_request.C index 215d138cea..575cef1c26 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -641,7 +641,7 @@ void process_request( } last_rpc_time = reply.host.rpc_time; - last_rpc_time_tm = localtime((const time_t*)&reply.host.rpc_time)); + last_rpc_time_tm = localtime((const time_t*)&reply.host.rpc_time); reply.host.rpc_time = time(0); rpm_time_tm = localtime((const time_t*)&reply.host.rpc_time);