summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/catalog.scm
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-08-15 17:45:04 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-09-13 19:39:28 +0200
commitab8f0b392794a6446f8bed366e07fcfd55805343 (patch)
tree8b273a13eae6b9c6db1d138d850b18e9465eef48 /src/scm/webid-oidc/catalog.scm
parent98918bde80768ea0068e7cdac643bd93d78d4e23 (diff)
Fix a syntax error and missing module
Diffstat (limited to 'src/scm/webid-oidc/catalog.scm')
-rw-r--r--src/scm/webid-oidc/catalog.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scm/webid-oidc/catalog.scm b/src/scm/webid-oidc/catalog.scm
index e12ebe6..dd24ffb 100644
--- a/src/scm/webid-oidc/catalog.scm
+++ b/src/scm/webid-oidc/catalog.scm
@@ -15,6 +15,7 @@
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(define-module (webid-oidc catalog)
+ #:use-module (webid-oidc errors)
#:use-module (web uri)
#:use-module (web client)
#:use-module (ice-9 match)
@@ -118,7 +119,7 @@
(base ,new-base)))
(do-examine-catalog rest candidate match-length
(cons (string->uri* base new-base next-catalog)
- next-catalogs)))
+ next-catalogs-rev)))
(,else
(match first-entry
((node-name attributes/children ...)