From 6b06525c2ce5e5c4fa07975594ca61ed48d83879 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Mon, 29 May 2000 21:16:45 +0000
Subject: [PATCH] Trim '/' off of referral URL.

---
 tests/data/slapd-ref-slave.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/data/slapd-ref-slave.conf b/tests/data/slapd-ref-slave.conf
index 7c3c226e4a..64c262319b 100644
--- a/tests/data/slapd-ref-slave.conf
+++ b/tests/data/slapd-ref-slave.conf
@@ -18,7 +18,7 @@ argsfile    ./test-repl/slapd.args
 # ldbm database definitions
 #######################################################################
 
-referral	"ldap://localhost:9009/"
+referral	"ldap://localhost:9009"
 
 database	ldbm
 cachesize	0
-- 
GitLab