Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 369fc2c

Browse files
committed
Revert "resolve conflicts (cherry-pick b719402)"
This reverts commit fbf80e9.
1 parent fbf80e9 commit 369fc2c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/server/zmqeventsupplier.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,12 +1702,6 @@ void ZmqEventSupplier::push_event_loop(DeviceImpl *device_impl,EventType event_t
17021702
struct SuppliedEventData sent_value;
17031703
::memset(&sent_value,0,sizeof(sent_value));
17041704

1705-
if (*ite == 5)
1706-
{
1707-
ev_name = EVENT_COMPAT_IDL5 + ev_name;
1708-
name_changed = true;
1709-
}
1710-
17111705
if (except == NULL)
17121706
{
17131707
switch (*ite)
@@ -1716,6 +1710,8 @@ void ZmqEventSupplier::push_event_loop(DeviceImpl *device_impl,EventType event_t
17161710
case 6:
17171711
case 5: {
17181712
convert_att_event_to_5(attr_value, sent_value, need_free, att);
1713+
ev_name = EVENT_COMPAT_IDL5 + ev_name;
1714+
name_changed = true;
17191715
}
17201716
break;
17211717

0 commit comments

Comments
 (0)