]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_ssm.c
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / pimd / pim_ssm.c
index d04d90ac812e567723ac68d9cc047b1081d07731..dfc7063fd0f6ad9f0121cccc3e6bae4fc55da869 100644 (file)
@@ -74,8 +74,8 @@ static int pim_is_grp_standard_ssm(struct prefix *group)
        if (first) {
                if (!str2prefix(PIM_SSM_STANDARD_RANGE, &group_ssm))
                        flog_err(EC_LIB_DEVELOPMENT,
-                                 "%s: Failure to Read Group Address: %s",
-                                 __PRETTY_FUNCTION__, PIM_SSM_STANDARD_RANGE);
+                                "%s: Failure to Read Group Address: %s",
+                                __PRETTY_FUNCTION__, PIM_SSM_STANDARD_RANGE);
 
                first = 0;
        }