1
0
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:
Joel Bender
2017-12-08 09:14:30 -05:00
parent dc6ef50be2
commit 13e160fe97
3 changed files with 3 additions and 3 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