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
83e1af72
Commit
83e1af72
authored
Jul 11, 1999
by
Per Cederqvist
Browse files
(access_perm): Fixed the logic error that caused several false
warnings to be logged.
parent
34c0b395
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/membership.c
View file @
83e1af72
/*
* $Id: membership.c,v 0.5
4
1999/07/
05 21:17:4
2 ceder Exp $
* $Id: membership.c,v 0.5
5
1999/07/
11 23:41:1
2 ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -38,7 +38,7 @@
#define DEBUG_MARK_AS_READ
static
const
char
*
rcsid
=
"$Id: membership.c,v 0.5
4
1999/07/
05 21:17:4
2 ceder Exp $"
;
rcsid
=
"$Id: membership.c,v 0.5
5
1999/07/
11 23:41:1
2 ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -796,8 +796,8 @@ access_perm(Conf_no victim,
Access
result
;
if
(
wanted_access
!=
read_protected
||
wanted_access
!=
limited
||
wanted_access
!=
unlimited
)
&&
wanted_access
!=
limited
&&
wanted_access
!=
unlimited
)
{
static
int
ctr
=
0
;
if
(
ctr
<
10
)
...
...
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