summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_msg_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_msg_read.c')
-rw-r--r--bgpd/bgp_msg_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_msg_read.c b/bgpd/bgp_msg_read.c
index ee86df25..5eef4d1f 100644
--- a/bgpd/bgp_msg_read.c
+++ b/bgpd/bgp_msg_read.c
@@ -1383,7 +1383,7 @@ bgp_msg_update_receive (bgp_connection connection, bgp_size_t body_size)
} ;
++connection->session->stats.update_in ;
- connection->session->stats.update_time = time(NULL) ;
+ connection->session->stats.update_time = bgp_clock() ;
/* PRO TEM: pass raw update message across to Routing Engine */
/* TODO: decode update messages in the BGP Engine. */