@@ -74,7 +74,7 @@ class KEAHostReservationSubscriber implements EventSubscriber
INSERT INTO kea.hosts (dhcp_identifier,
dhcp_identifier_type,
ipv4_address)
- VALUES :mac,
+ VALUES (:mac,
(SELECT type FROM kea.host_identifier_type WHERE name=:type),
INET_ATON(:ip));
";