Skip to content

Commit 24c3ed1

Browse files
that's just mean.
1 parent 17c0cb7 commit 24c3ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nex/register_common_authentication_server_protocols.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func registerCommonAuthenticationServerProtocols() {
1616

1717
secureStationURL := nex.NewStationURL("")
1818
secureStationURL.SetScheme("prudps")
19-
secureStationURL.SetAddress(os.Getenv("PN_TFH_SECURE_SERVER_HOST"))
19+
secureStationURL.SetAddress(os.Getenv("PN_TFH_SECURE_SERVER_PORT"))
2020
secureStationURL.SetPort(uint32(port))
2121
secureStationURL.SetCID(1)
2222
secureStationURL.SetPID(2)

0 commit comments

Comments
 (0)