diff options
| -rw-r--r-- | sharpd/sharp_zebra.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_zebra.c b/sharpd/sharp_zebra.c index 17ad705969..91fb7f03b1 100644 --- a/sharpd/sharp_zebra.c +++ b/sharpd/sharp_zebra.c @@ -790,7 +790,7 @@ static int sharp_opaque_handler(ZAPI_CALLBACK_ARGS)  		   zclient->session_id, info.type);  	if (info.type == LINK_STATE_UPDATE) { -		lse = ls_stream2ted(sg.ted, s, false); +		lse = ls_stream2ted(sg.ted, s, true);  		if (lse) {  			zlog_debug(" |- Got %s %s from Link State Database",  				   status2txt[lse->status],  | 
