summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/auth.inc
diff options
context:
space:
mode:
authorDan Vinakovsky <dvinak@gmail.com>2016-01-18 21:58:15 -0500
committerDan Vinakovsky <dvinak@gmail.com>2016-01-18 21:58:15 -0500
commit6fadbf9bd4a2fe2f8f33ec4e93025032ccf03f3f (patch)
tree98a965910123665f026171273b5457158d69eb9a /src/etc/inc/auth.inc
parent4d4e9a113c7f1d77e370bd06a93207a48af6f814 (diff)
downloadpfsense-6fadbf9bd4a2fe2f8f33ec4e93025032ccf03f3f.zip
pfsense-6fadbf9bd4a2fe2f8f33ec4e93025032ccf03f3f.tar.gz
Update auth.inc
add XXX prefix.
Diffstat (limited to 'src/etc/inc/auth.inc')
-rwxr-xr-xsrc/etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/auth.inc b/src/etc/inc/auth.inc
index 28dc9f2..4899e4a 100755
--- a/src/etc/inc/auth.inc
+++ b/src/etc/inc/auth.inc
@@ -614,7 +614,7 @@ function local_user_set_password(&$user, $password) {
/* Maintain compatibility with FreeBSD - change $2y$ prefix to $2b$
* https://reviews.freebsd.org/D2742
- * Can be removed as soon as r284483 is MFC'd.
+ * XXX: Can be removed as soon as r284483 is MFC'd.
*/
if ($user['bcrypt-hash'][2] == "y") {
$user['bcrypt-hash'][2] = "b";
OpenPOWER on IntegriCloud