diff options
-rw-r--r-- | mbbsd/name.c | 2 |
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)); |