From 6fadbf9bd4a2fe2f8f33ec4e93025032ccf03f3f Mon Sep 17 00:00:00 2001 From: Dan Vinakovsky Date: Mon, 18 Jan 2016 21:58:15 -0500 Subject: Update auth.inc add XXX prefix. --- src/etc/inc/auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"; -- cgit v1.1