We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac5c20 commit 0fbe937Copy full SHA for 0fbe937
lib/src/sai_redis_notifications.cpp
@@ -95,7 +95,7 @@ void handle_port_state_change(
95
{
96
sai_port_oper_status_notification_t *oper_stat = &portdata[i];
97
98
- sai_deserialize_primitive(data, index, oper_stat);
+ sai_deserialize_primitive(data, index, *oper_stat);
99
}
100
101
auto on_port_state_change = redis_switch_notifications.on_port_state_change;
@@ -129,7 +129,7 @@ void handle_port_event(
129
130
sai_port_event_notification_t *oper_stat = &portdata[i];
131
132
133
134
135
auto on_port_event = redis_switch_notifications.on_port_event;
0 commit comments