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
9ca283b4
Commit
9ca283b4
authored
Apr 13, 2002
by
David Byers
Browse files
Fixed bugs 38 and 145
parent
acfff0eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9ca283b4
2002
-
04
-
13
David
Byers
<
david
.
byers
@
swipnet
.
se
>
Test
for
fix
of
bug
145
:
*
src
/
server
/
testsuite
/
config
/
prot
-
a
.
exp
(
kom_delete_conf
):
New
function
.
(
kom_lookup_z_name
):
New
function
.
2002
-
04
-
12
David
Byers
<
david
.
byers
@
swipnet
.
se
>
Fix
bug
145
:
*
src
/
server
/
conference
.
c
(
do_delete_conf
):
Removed
lines
that
cleared
the
name
of
the
conference
.
That
is
done
in
cached_delete_conf
.
Fix
bug
38
:
*
src
/
server
/
testsuite
/
lyskomd
.0
/
bug
-
38.
exp
:
New
file
.
*
src
/
server
/
testsuite
/
config
/
prot
-
a
.
exp
(
kom_set_user_area
):
New
function
.
(
kom_shutdown_server
):
New
function
.
(
kom_create_text_simple
):
New
function
.
(
cres
):
The
else
branch
which
does
eval
actually
works
now
.
Made
ref_no
global
in
this
function
.
*
src
/
server
/
person
.
c
(
do_set_user_area
):
Copied
check
for
read
access
to
new
user
area
from
get_text_stat
.
Fix
bug
331
:
*
src
/
server
/
testsuite
/
lyskomd
.0
/
03.
exp
:
Use
idholl
and
lyskomd_host
for
hostname
-
dependend
strings
.
...
...
src/server/conference.c
View file @
9ca283b4
/*
* $Id: conference.c,v 0.7
0
200
1/12/28 20:00:03 ced
er Exp $
* $Id: conference.c,v 0.7
1
200
2/04/13 11:23:12 by
er
s
Exp $
* Copyright (C) 1991-2001 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -101,14 +101,7 @@ do_delete_conf (Conf_no conf_no,
sfree
(
conf_c
->
members
.
members
);
conf_c
->
members
.
members
=
NULL
;
/* Delete the name.
FIXME: This is done by cached_delete_conf */
/* FIXME (bug 145): I don't understand the above comment. Check
this for memory leaks and memory corruption. */
s_clear
(
&
conf_c
->
name
);
cached_change_name
(
conf_no
,
EMPTY_STRING
);
/* texts */
/*
...
...
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