Skip to content

Commit ce8e3f7

Browse files
jimdigrizalandekok
authored andcommitted
rlm_rest: remove superfluous trailing slash from connect_uri
This did lead to URLs such as '//user/bob/mac/?action=authorize'
1 parent 6c26251 commit ce8e3f7

File tree

1 file changed

+2
-1
lines changed
  • raddb/mods-available

1 file changed

+2
-1
lines changed

raddb/mods-available/rest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ rest {
4646
#
4747
# If you wish to disable this pre-caching and reachability check,
4848
# comment out the configuration item below.
49-
connect_uri = "http://127.0.0.1/"
49+
#
50+
connect_uri = "http://127.0.0.1"
5051

5152
#
5253
# How long before new connection attempts timeout, defaults to 4.0 seconds.

0 commit comments

Comments
 (0)