mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-24 07:15:38 +08:00
Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x].
This commit is contained in:
@@ -81,8 +81,8 @@ private:
|
||||
unsigned int m_xlxSlot;
|
||||
unsigned int m_xlxTG;
|
||||
unsigned int m_xlxBase;
|
||||
unsigned int m_xlxLocal;
|
||||
unsigned int m_xlxPort;
|
||||
unsigned short m_xlxLocal;
|
||||
unsigned short m_xlxPort;
|
||||
std::string m_xlxPassword;
|
||||
unsigned int m_xlxStartup;
|
||||
unsigned int m_xlxRoom;
|
||||
|
||||
Reference in New Issue
Block a user