]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_vxlan.c
*: s/TRUE/true/, s/FALSE/false/
[mirror_frr.git] / pimd / pim_vxlan.c
index af76c6d732cbf548c77741076b81c60b4f8752a2..cc2e6627d57e279368e2d817d1c826dff7bedfed 100644 (file)
@@ -115,7 +115,7 @@ static void pim_vxlan_init_work(void)
        vxlan_info.max_work_cnt = PIM_VXLAN_WORK_MAX;
        vxlan_info.flags |= PIM_VXLANF_WORK_INITED;
        vxlan_info.work_list = list_new();
-       pim_vxlan_work_timer_setup(TRUE /* start */);
+       pim_vxlan_work_timer_setup(true/* start */);
 }
 
 static void pim_vxlan_add_work(struct pim_vxlan_sg *vxlan_sg)