summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/catalog.scm
diff options
context:
space:
mode:
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 ...)