mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix missing $ on variable.
This commit is contained in:
parent
aeb6ffe256
commit
d6c311d3cf
@ -88,7 +88,7 @@ function cmp_privkeys($a, $b) {
|
||||
$auser = strncmp("user-", $a, 5);
|
||||
$buser = strncmp("user-", $b, 5);
|
||||
if($auser != $buser)
|
||||
return $auser - buser;
|
||||
return $auser - $buser;
|
||||
|
||||
/* name compare others */
|
||||
return strcasecmp($a, $b);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user