Skip to content
GitLab
Menu
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
51bda745
Commit
51bda745
authored
Jul 26, 1998
by
Per Cederqvist
Browse files
(do_delete_conf): Adjusted to the fact that the texts member is now a l2g.
parent
500e8dae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/conference.c
View file @
51bda745
/*
* $Id: conference.c,v 0.3
8
1998/07/
08
16:
18:11
ceder Exp $
* $Id: conference.c,v 0.3
9
1998/07/
26
16:
41:57
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -29,7 +29,7 @@
*/
static
const
char
*
rcsid
=
"$Id: conference.c,v 0.3
8
1998/07/
08
16:
18:11
ceder Exp $"
;
rcsid
=
"$Id: conference.c,v 0.3
9
1998/07/
26
16:
41:57
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -64,6 +64,7 @@ USE(rcsid);
#include
"send-async.h"
#include
"param.h"
#include
"aux-items.h"
#include
"local-to-global.h"
/*
* Defined in conference.c. This will go away when we use regexp-matching.
...
...
@@ -124,8 +125,7 @@ do_delete_conf (Conf_no conf_no,
should maybe be used. */
/* Yes, do! Also, send out asynchronous message about deleted conf. */
sfree
(
conf_c
->
texts
.
texts
);
conf_c
->
texts
.
texts
=
NULL
;
l2g_clear
(
&
conf_c
->
texts
);
cached_delete_conf
(
conf_no
);
...
...
Write
Preview
Supports
Markdown
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