CreaValix / ems_bus

A Buderus EMS bus driver for Python and Home Assistant
GNU General Public License v3.0
16 stars 6 forks source link

Fix mq_open call #4

Closed beimoe closed 3 years ago

beimoe commented 3 years ago

Changed queue_attr variable to address of queue_attr

CreaValix commented 3 years ago

Thanks, mq_open needs a pointer to the attribute struct. I wonder how it worked before. I guess only the first integer of the struct was put on the call stack.