diff options
Diffstat (limited to 'sharpd/sharp_zebra.c')
| -rw-r--r-- | sharpd/sharp_zebra.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/sharpd/sharp_zebra.c b/sharpd/sharp_zebra.c index 7c79256517..ff4895189d 100644 --- a/sharpd/sharp_zebra.c +++ b/sharpd/sharp_zebra.c @@ -934,6 +934,7 @@ static int nhg_notify_owner(ZAPI_CALLBACK_ARGS)  		zlog_debug("Failed install of nhg %u", id);  		break;  	case ZAPI_NHG_REMOVED: +		sharp_nhgroup_id_set_installed(id, false);  		zlog_debug("Removed nhg %u", id);  		break;  	case ZAPI_NHG_REMOVE_FAIL:  | 
