mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
code sync change missed (hotfix)
This commit is contained in:
parent
68463cdd81
commit
e2437d41c9
|
@ -763,7 +763,7 @@ class ServerSSM(SSM):
|
|||
if _debug: ServerSSM._debug(" - segmentation required, %d segments", self.segmentCount)
|
||||
|
||||
# make sure we support segmented transmit
|
||||
if self.segmentationSupported not in ('segmentedTransmit', 'segmentedBoth'):
|
||||
if self.ssmSAP.segmentationSupported not in ('segmentedTransmit', 'segmentedBoth'):
|
||||
if _debug: ServerSSM._debug(" - server can't send segmented responses")
|
||||
abort = self.abort(AbortReason.segmentationNotSupported)
|
||||
self.reponse(abort)
|
||||
|
|
|
@ -762,7 +762,7 @@ class ServerSSM(SSM):
|
|||
if _debug: ServerSSM._debug(" - segmentation required, %d segments", self.segmentCount)
|
||||
|
||||
# make sure we support segmented transmit
|
||||
if self.segmentationSupported not in ('segmentedTransmit', 'segmentedBoth'):
|
||||
if self.ssmSAP.segmentationSupported not in ('segmentedTransmit', 'segmentedBoth'):
|
||||
if _debug: ServerSSM._debug(" - server can't send segmented responses")
|
||||
abort = self.abort(AbortReason.segmentationNotSupported)
|
||||
self.reponse(abort)
|
||||
|
|
Loading…
Reference in New Issue
Block a user