Arghh - need to concentrate ;-)

GLOBAL was missing
identtg v1.3.4
Simon 4 years ago
parent a73bef8da1
commit edb7b448cd
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -293,7 +293,7 @@ class OPENBRIDGE(DatagramProtocol):
#This is a v1 packet, so all the extended stuff we can set to default
#We are the source server if traffic came over a v1 bridge - sysops are responsible
#for bridged in traffic from their system
_source_server = self._CONFIG['SERVER_ID']
_source_server = self._CONFIG['GLOBAL']['SERVER_ID']
_source_rptr = b'\x00\x00\x00\x00'
_ber = b'\x00'
_rssi = b'\x00'

Loading…
Cancel
Save

Powered by TurnKey Linux.