|
@@ -157,7 +157,7 @@ |
|
|
block discarded – undo |
|
157
|
157
|
$radius->setIncludeMessageAuthenticator(); |
|
158
|
158
|
|
|
159
|
159
|
$httpUtils = new Utils\HTTP(); |
|
160
|
|
- $radius->setAttribute((string)self::RADIUS_NAS_IDENTIFIER, $this->nasIdentifier ?: $httpUtils->getSelfHost()); |
|
|
160
|
+ $radius->setAttribute((string) self::RADIUS_NAS_IDENTIFIER, $this->nasIdentifier ?: $httpUtils->getSelfHost()); |
|
161
|
161
|
|
|
162
|
162
|
if ($this->realm !== null) { |
|
163
|
163
|
$radius->setRadiusSuffix('@' . $this->realm); |
Please login to merge, or discard this patch.