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
2ce9ead9
Commit
2ce9ead9
authored
Apr 05, 1999
by
Per Cederqvist
Browse files
(do_delete_conf): Don't call l2g_clear, since cache_delete_conf will do so.
parent
055cd064
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/conference.c
View file @
2ce9ead9
/*
* $Id: conference.c,v 0.4
4
1999/0
1/18 11:55:23 by
er
s
Exp $
* $Id: conference.c,v 0.4
5
1999/0
4/05 16:08:33 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 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.4
4
1999/0
1/18 11:55:23 by
er
s
Exp $"
;
rcsid
=
"$Id: conference.c,v 0.4
5
1999/0
4/05 16:08:33 ced
er Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -133,8 +133,6 @@ do_delete_conf (Conf_no conf_no,
should maybe be used. */
/* Yes, do! Also, send out asynchronous message about deleted conf. */
l2g_clear
(
&
conf_c
->
texts
);
cached_delete_conf
(
conf_no
);
return
;
...
...
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