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
a6d480fa
Commit
a6d480fa
authored
Nov 09, 1998
by
Per Cederqvist
Browse files
(do_create_conf): Initialize expire to 0.
parent
801c592c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/conference.c
View file @
a6d480fa
/*
* $Id: conference.c,v 0.
39
1998/
07/26 16:41:5
7 ceder Exp $
* $Id: conference.c,v 0.
40
1998/
11/09 22:34:3
7 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.
39
1998/
07/26 16:41:5
7 ceder Exp $"
;
rcsid
=
"$Id: conference.c,v 0.
40
1998/
11/09 22:34:3
7 ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -293,6 +293,7 @@ do_create_conf(String name,
conf_c
->
msg_of_day
=
0
;
conf_c
->
nice
=
param
.
default_nice
;
conf_c
->
highest_aux
=
0
;
conf_c
->
expire
=
0
;
prepare_aux_item_list
(
aux
,
creator
);
if
(
conf_stat_check_add_aux_item_list
(
conf_c
,
...
...
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