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
aa917c58
Commit
aa917c58
authored
Jun 29, 1999
by
David Byers
Browse files
Updated a comment
parent
7aa5dfbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/person.c
View file @
aa917c58
/*
* $Id: person.c,v 0.5
5
1999/06/2
4
1
2:58:29 ced
er Exp $
* $Id: person.c,v 0.5
6
1999/06/2
9
1
0:18:51 by
er
s
Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -35,7 +35,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: person.c,v 0.5
5
1999/06/2
4
1
2:58:29 ced
er Exp $"
;
rcsid
=
"$Id: person.c,v 0.5
6
1999/06/2
9
1
0:18:51 by
er
s
Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -628,14 +628,14 @@ create_person_generic ( const String name,
if
(
cached_create_person
(
new_user
)
==
FAILURE
)
{
cached_delete_conf
(
new_user
);
mark_conference_as_changed
(
new_user
);
/*
&
*/
mark_conference_as_changed
(
new_user
);
/*
FIXME!: Will restart_kom
*/
return
0
;
}
if
(
(
pers_p
=
cached_get_person_stat
(
new_user
))
==
NULL
)
{
cached_delete_conf
(
new_user
);
mark_conference_as_changed
(
new_user
);
/*
&
*/
mark_conference_as_changed
(
new_user
);
/*
FIXME!: Will restart_kom
*/
restart_kom
(
"create_person() - can't get pers_stat"
);
}
...
...
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