mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-27 00:57:47 +08:00
typo in function call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user