summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/priv.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/priv.inc b/etc/inc/priv.inc
index 4321c44..ec941d2 100644
--- a/etc/inc/priv.inc
+++ b/etc/inc/priv.inc
@@ -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);
OpenPOWER on IntegriCloud