diff options
-rwxr-xr-x | src/etc/inc/auth.inc | 2 |
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"; |