Skip to content

Commit 3dd0dfb

Browse files
committed
FIX: regression related to the new output from decode-url function
related to: 7bf61fa
1 parent 266b20f commit 3dd0dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mezz/sys-ports.reb

+2-2
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ init-schemes: func [
418418
spec: port/spec
419419
method: any [
420420
select spec 'method
421-
select spec 'host ; if scheme was opened using url type
421+
select spec 'target ; if scheme was opened using url type
422422
'md5 ; default method
423423
]
424424
if any [
@@ -444,7 +444,7 @@ init-schemes: func [
444444
spec: port/spec
445445
algorithm: any [
446446
select spec 'algorithm
447-
select spec 'host ; if scheme was opened using url type
447+
select spec 'target ; if scheme was opened using url type
448448
'AES-256-CBC ; default cipher
449449
]
450450
if any [

0 commit comments

Comments
 (0)