summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-10-01 10:29:29 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-10-01 10:29:29 -0300
commit8e1fd4fea9d0d6f16f3119b36bd8323e9b76d5ef (patch)
tree8a8cc8ca451b173a02542a21172d14647a9df382 /etc/inc/auth.inc
parentaddc0439931fb28c626c7024b1e9857adfe29f29 (diff)
downloadpfsense-8e1fd4fea9d0d6f16f3119b36bd8323e9b76d5ef.zip
pfsense-8e1fd4fea9d0d6f16f3119b36bd8323e9b76d5ef.tar.gz
More gettext fixes
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index f48a9bc..0d01e50 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -999,7 +999,7 @@ function radius_backed($username, $passwd, $authcfg){
$retvalue['auth_val'] = 1;
$retvalue['error'] = $rauth->getError();
if ($debug)
- printf(gettext("Radius start: %s%s"), $retvalue['error'], "<br>\n");
+ printf(gettext("Radius start: %s<br>\n"), $retvalue['error']);
}
// XXX - billm - somewhere in here we need to handle securid challenge/response
@@ -1010,7 +1010,7 @@ function radius_backed($username, $passwd, $authcfg){
$retvalue['auth_val'] = 1;
$retvalue['error'] = $result->getMessage();
if ($debug)
- printf(gettext("Radius send failed: %s%s"), $retvalue['error'], "<br>\n");
+ printf(gettext("Radius send failed: %s<br>\n"), $retvalue['error']);
} else if ($result === true) {
$retvalue['auth_val'] = 2;
if ($debug)
OpenPOWER on IntegriCloud