From: Ari Johnson Date: Wed, 16 Dec 2015 22:28:06 +0000 (-0500) Subject: Fix error in lports() X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=daa9e443557d348ee2c87b3df63cb90aff9118d2;p=cobramush.git Fix error in lports() --- diff --git a/src/bsd.c b/src/bsd.c index 876d08a..e4cb997 100644 --- a/src/bsd.c +++ b/src/bsd.c @@ -4684,7 +4684,7 @@ FUNCTION(fun_lports) return; } - if (!Priv_Who(executor)) + if (!Priv_Who(victim)) powered = 0; }