From: Mark Wooding Date: Sat, 20 Dec 2014 20:10:35 +0000 (+0000) Subject: zone.lisp: Fix the docstring for `:srv' records. X-Git-Url: https://git.distorted.org.uk/~mdw/zone/commitdiff_plain/1b5ebe0af47442b719ebdda3a9d1e1d1d8824622 zone.lisp: Fix the docstring for `:srv' records. Missing the `:protocol' key, for no especially obvious reason. --- diff --git a/zone.lisp b/zone.lisp index d855d0f..9a1a026 100644 --- a/zone.lisp +++ b/zone.lisp @@ -891,7 +891,8 @@ :data name))) (defzoneparse :srv (name data rec :zname zname) - ":srv (((SERVICE &key :port) (PROVIDER &key :port :prio :weight :ip)*)*)" + ":srv (((SERVICE &key :port :protocol) + (PROVIDER &key :port :prio :weight :ip)*)*)" (dolist (srv data) (destructuring-bind (servopts &rest providers) srv (destructuring-bind