diff --git a/agent_based/juniper_bgp_peer.py b/agent_based/juniper_bgp_peer.py
index 5ce59b10c01b0fc3c1b29fa15421273ff677a975..df60dceeddf9b17f26f033438c3c8b58c53acedb 100644
--- a/agent_based/juniper_bgp_peer.py
+++ b/agent_based/juniper_bgp_peer.py
@@ -16,7 +16,8 @@
 # 2022-05-11: changed bgp_get_peer_entry to get proper parameters instead of Nontransparent list
 #             added remote_as to BgpPeerItem
 # 2023-01-25: fixed routing instance in item
-# 2023-02-20: fixed crash no missing input data (i.e. in_prefixes_active)
+# 2023-02-20: fixed crash on unexpected input data (i.e. in_prefixes_active)
+#             THX stephen[dot]Chrobot[dash]Hudson[at]nominet[dot]uk
 #
 
 import copy
diff --git a/juniper_bgp_peer.mkp b/juniper_bgp_peer.mkp
index 9e906b82c89c4d279a5ce050a5820b07d8a1c155..303a5ed6def9f47171669ea59911d3614ff30133 100644
Binary files a/juniper_bgp_peer.mkp and b/juniper_bgp_peer.mkp differ