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
c5814490
Commit
c5814490
authored
Jun 13, 1991
by
Per Cederqvist
Browse files
It is now possible to set the super-conference of a conf to zero.
parent
c5d2bcd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/conference.c
View file @
c5814490
...
...
@@ -707,7 +707,8 @@ set_super_conf (Conf_no conf_no,
CHK_LOGIN
(
FAILURE
);
GET_C_STAT
(
conf_c
,
conf_no
,
FAILURE
);
CHK_EXIST
(
new_super_conf
,
FAILURE
);
if
(
new_super_conf
!=
0
)
CHK_EXIST
(
new_super_conf
,
FAILURE
);
if
(
!
is_supervisor
(
conf_no
,
conf_c
)
&&
!
ENA
(
admin
,
5
)
)
...
...
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