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
12aeefef
Commit
12aeefef
authored
Aug 07, 1998
by
Per Cederqvist
Browse files
(async_new_text_old): Use prot_a_async_new_text_old, not
prot_a_async_new_text.
parent
7efe492a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/send-async.c
View file @
12aeefef
/*
* $Id: send-async.c,v 0.2
2
1998/0
7
/0
8 13:42
:0
3
ceder Exp $
* $Id: send-async.c,v 0.2
3
1998/0
8
/0
7 23:14
:0
7
ceder Exp $
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -29,7 +29,7 @@
*/
static
const
char
*
rcsid
=
"$Id: send-async.c,v 0.2
2
1998/0
7
/0
8 13:42
:0
3
ceder Exp $"
;
rcsid
=
"$Id: send-async.c,v 0.2
3
1998/0
8
/0
7 23:14
:0
7
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -72,7 +72,7 @@ async_new_text_old(struct connection *cptr,
break
;
case
'A'
:
if
(
cptr
->
username_valid
==
TRUE
)
prot_a_async_new_text
(
cptr
,
text_no
,
text_s
);
prot_a_async_new_text
_old
(
cptr
,
text_no
,
text_s
);
break
;
default:
restart_kom
(
"async_new_text(): bad protocol.
\n
"
);
...
...
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