Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
5e84bba4
Commit
5e84bba4
authored
Sep 22, 2001
by
David Byers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(modify_conf_info): Pass conference supervisor to check_delete_aux_item_list.
parent
0d029b10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
src/server/conference.c
src/server/conference.c
+5
-3
No files found.
src/server/conference.c
View file @
5e84bba4
/*
* $Id: conference.c,v 0.6
1
200
0
/09/
06 19:54:29 ced
er Exp $
* $Id: conference.c,v 0.6
2
200
1
/09/
22 13:41:25 by
er
s
Exp $
* Copyright (C) 1991-2000 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -35,7 +35,7 @@
static
const
char
*
rcsid
=
"$Id: conference.c,v 0.6
1
200
0
/09/
06 19:54:29 ced
er Exp $"
;
rcsid
=
"$Id: conference.c,v 0.6
2
200
1
/09/
22 13:41:25 by
er
s
Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -1390,7 +1390,9 @@ modify_conf_info(Conf_no conf_no,
prepare_aux_item_list
(
aux
,
ACTPERS
);
if
(
check_delete_aux_item_list
(
items_to_delete
,
&
conf
->
aux_item_list
)
!=
OK
)
if
(
check_delete_aux_item_list
(
items_to_delete
,
&
conf
->
aux_item_list
,
conf
->
super_conf
)
!=
OK
)
return
FAILURE
;
delete_aux_item_list
(
items_to_delete
,
&
conf
->
aux_item_list
,
CONF_OBJECT_TYPE
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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