Commit 640271dc authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 4b15f7e5
......@@ -48,7 +48,7 @@ serverAccounting.on('message', (msg, rinfo) => {
});
serverAccounting.on('listening', () => {
const address = serverAuth.address();
const address = serverAccounting.address();
console.log('RADIUS server Accounting listening on port', address.port);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment