]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_abr.c
Merge pull request #488 from donaldsharp/sudoers3
[mirror_frr.git] / ospf6d / ospf6_abr.c
index f75a35fa5073aa7813d580b7cb584155b7a29f33..2e31535d24cd3771e6a3674da86c7c96e25be9bf 100644 (file)
@@ -433,7 +433,7 @@ ospf6_abr_originate_summary_to_area (struct ospf6_route *route,
   else
     {
       summary->type = route->type;
-      quagga_gettime (QUAGGA_CLK_MONOTONIC, &summary->changed);
+      monotime(&summary->changed);
     }
 
   summary->path.router_bits = route->path.router_bits;