Skip to content
GitLab
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
e9d9405a
Commit
e9d9405a
authored
Oct 22, 1994
by
Per Cederqvist
Browse files
(set_conf_type): Return FAILURE, not 0.
parent
b6b2aeb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/conference.c
View file @
e9d9405a
/*
* $Id: conference.c,v 0.2
5
1994/
04/05 08:00:30
ceder Exp $
* $Id: conference.c,v 0.2
6
1994/
10/22 12:06:48
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* All atomic calls that deals with conferences.
*/
static
char
*
rcsid
=
"$Id: conference.c,v 0.2
5
1994/
04/05 08:00:30
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: conference.c,v 0.2
6
1994/
10/22 12:06:48
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -845,7 +845,7 @@ set_conf_type (Conf_no conf_no,
if
(
type
.
secret
&&
!
type
.
rd_prot
)
{
kom_errno
=
KOM_SECRET_PUBLIC
;
return
0
;
return
FAILURE
;
}
acc
=
access_perm
(
conf_no
,
conf_c
,
ACTPERS
,
ACT_P
)
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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