Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ad4e2e56
Commit
ad4e2e56
authored
Jul 07, 1998
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(parameters): Fixed mis-spelling of "Max broadcast length".
parent
96ed2154
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/server/server-config.c
src/server/server-config.c
+3
-3
No files found.
src/server/server-config.c
View file @
ad4e2e56
/*
* $Id: server-config.c,v 0.4
4 1998/06/14 14:51:18 byers
Exp $
* $Id: server-config.c,v 0.4
5 1998/07/07 12:19:08 ceder
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/06/14 14:51:18 byers
Exp $"
;
static
char
*
rcsid
=
"$Id: server-config.c,v 0.4
5 1998/07/07 12:19:08 ceder
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
Markdown
is supported
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