1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-27 00:57:47 +08:00

bring this branch up to date with stage

This commit is contained in:
Joel Bender
2017-12-08 09:56:42 -05:00
parent 0279b4ca75
commit 7236a4bbf7
5 changed files with 6 additions and 6 deletions

View File

@@ -766,7 +766,7 @@ class ServerSSM(SSM):
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)
self.response(abort)
return
# make sure client supports segmented receive