@@ -468,11 +468,11 @@ |
||
468 | 468 | return 0; |
469 | 469 | } |
470 | 470 | /** |
471 | - * check whether the configured RADIUS hosts actually exist |
|
472 | - * |
|
473 | - * @param integer $idx server index 1 (primary) or 2 (backup) |
|
474 | - * @return integer or NULL |
|
475 | - */ |
|
471 | + * check whether the configured RADIUS hosts actually exist |
|
472 | + * |
|
473 | + * @param integer $idx server index 1 (primary) or 2 (backup) |
|
474 | + * @return integer or NULL |
|
475 | + */ |
|
476 | 476 | private function testRADIUSHost($idx) { |
477 | 477 | if ($idx == 1) { |
478 | 478 | $host = $this->radius_hostname_1; |