Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
cf5f33a6
Commit
cf5f33a6
authored
Jun 14, 1991
by
Per Cederqvist
Browse files
fast_access_perm() now returns 'error' if the conference does not exist.
parent
eb519469
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/membership.c
View file @
cf5f33a6
...
...
@@ -612,7 +612,10 @@ Access
fast_access_perm
(
Conf_no
victim
)
{
Conf_type
conf_type
;
if
(
!
cached_conf_exists
(
victim
)
)
return
error
;
if
(
ACTPERS
!=
0
&&
(
ENA
(
admin
,
2
)
||
ENA
(
wheel
,
8
)
||
ACTPERS
==
victim
)
)
return
unlimited
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment