zestyping / openpixelcontrol

A simple stream protocol for controlling arrays of RGB lights.
http://openpixelcontrol.org/
353 stars 103 forks source link

Fix default OPC port usage in gl_server #49

Closed scotty007 closed 5 years ago

scotty007 commented 5 years ago

The port variable is used uninitialized in line 463 when no port command line option is given, which in turn leads to a random port used by gl_server instead of the OPC default port.

zestyping commented 5 years ago

Thanks for catching this!