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
f123143e
Commit
f123143e
authored
Jan 01, 1999
by
Per Cederqvist
Browse files
(init_membership): Use NO_TIME instead of 0.
parent
e5f84a67
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/memory.c
View file @
f123143e
/*
* $Id: memory.c,v 0.2
8
199
8/12/26 22:40:44 by
er
s
Exp $
* $Id: memory.c,v 0.2
9
199
9/01/01 15:54:23 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -33,7 +33,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: memory.c,v 0.2
8
199
8/12/26 22:40:44 by
er
s
Exp $"
;
rcsid
=
"$Id: memory.c,v 0.2
9
199
9/01/01 15:54:23 ced
er Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -289,7 +289,7 @@ init_membership(Membership *m)
m
->
read_texts
=
NULL
;
m
->
last_time_read
=
NO_TIME
;
m
->
added_by
=
0
;
m
->
added_at
=
0
;
m
->
added_at
=
NO_TIME
;
m
->
type
.
invitation
=
0
;
m
->
type
.
passive
=
0
;
m
->
type
.
secret
=
0
;
...
...
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