Fix friendly remote address member

This commit is contained in:
Bryan Ashby
2022-06-23 15:06:00 -06:00
parent 1a93ab9be0
commit 3d50c4e80d

View File

@@ -131,7 +131,7 @@ function addNewClient(client, clientSock) {
const connInfo = {
remoteAddress: remoteAddress,
freiendlyRemoteAddress: client.friendlyRemoteAddress(),
friendlyRemoteAddress: client.friendlyRemoteAddress(),
serverName: client.session.serverName,
isSecure: client.session.isSecure,
};