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
ad4e2e56
Commit
ad4e2e56
authored
Jul 07, 1998
by
Per Cederqvist
Browse files
(parameters): Fixed mis-spelling of "Max broadcast length".
parent
96ed2154
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
ad4e2e56
/*
* $Id: server-config.c,v 0.4
4
1998/0
6/14 14:51:18 by
er
s
Exp $
* $Id: server-config.c,v 0.4
5
1998/0
7/07 12:19:08 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
* Compile with -DDEFAULT_PREFIX='"/usr/lyskom"' or something similar.
*/
static
char
*
rcsid
=
"$Id: server-config.c,v 0.4
4
1998/0
6/14 14:51:18 by
er
s
Exp $"
;
static
char
*
rcsid
=
"$Id: server-config.c,v 0.4
5
1998/0
7/07 12:19:08 ced
er Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -149,7 +149,7 @@ static const struct parameter parameters[] = {
assign_int
,
0
,
1
,
"128"
,
&
param
.
username_len
},
{
"Max text length"
,
assign_int
,
0
,
1
,
"131072"
,
&
param
.
text_len
},
{
"Max broadcas
e
t length"
,
{
"Max broadcast length"
,
assign_int
,
0
,
1
,
"1024"
,
&
param
.
broadcast_len
},
{
"Max regexp length"
,
assign_int
,
0
,
1
,
"1024"
,
&
param
.
regexp_len
},
...
...
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