Skip to content

Commit 69f8a70

Browse files
daalllguohan
authored andcommitted
[syncd] Update syncd to expect correct object query message (sonic-net#548)
Signed-off-by: Danny Allen <[email protected]>
1 parent 2c066a6 commit 69f8a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncd/syncd.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3074,7 +3074,7 @@ sai_status_t processEvent(
30743074
{
30753075
return processAttrEnumValuesCapabilityQuery(kco);
30763076
}
3077-
else if (op == STRING_OBJECT_TYPE_GET_AVAILABILITY_RESPONSE)
3077+
else if (op == STRING_OBJECT_TYPE_GET_AVAILABILITY_QUERY)
30783078
{
30793079
return processObjectTypeGetAvailabilityQuery(kco);
30803080
}

0 commit comments

Comments
 (0)