diff options
Diffstat (limited to 'pimd/pim_cmd_common.h')
| -rw-r--r-- | pimd/pim_cmd_common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index 0d2c0c1efb..a9e35bfd9a 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -113,7 +113,7 @@ void show_mroute(struct pim_instance *pim, struct vty *vty, pim_sgaddr *sg,  void show_mroute_count(struct pim_instance *pim, struct vty *vty,  		       json_object *json);  void show_mroute_summary(struct pim_instance *pim, struct vty *vty, -				json_object *json); +			 json_object *json);  /*   * Special Macro to allow us to get the correct pim_instance;  | 
