summaryrefslogtreecommitdiffstats
path: root/mbbsd/name.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/name.c')
-rw-r--r--mbbsd/name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c
index 4ae7f48d..3bd184ad 100644
--- a/mbbsd/name.c
+++ b/mbbsd/name.c
@@ -666,7 +666,7 @@ completeboard_compar(int where, char *str, int len)
int
completeboard_permission(int where)
{
- boardheader_t *bptr = &SHM->bsorted[0][where];
+ boardheader_t *bptr = SHM->bsorted[0][where];
return (!(bptr->brdattr & BRD_SYMBOLIC) &&
(GROUPOP() || HasPerm(bptr)) &&
!(bptr->brdattr & BRD_GROUPBOARD));