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
a372004f
Commit
a372004f
authored
Jun 29, 1994
by
Per Cederqvist
Browse files
(go_daemon): Fixed buggy call to restart_kom.
parent
3945f053
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ramkomd.c
View file @
a372004f
/*
* $Id: ramkomd.c,v 0.5
0
1994/06/
18
2
0
:3
7:27
ceder Exp $
* $Id: ramkomd.c,v 0.5
1
1994/06/
29
2
3
:3
0:59
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
* It has grown! /ceder
*/
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.5
0
1994/06/
18
2
0
:3
7:27
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.5
1
1994/06/
29
2
3
:3
0:59
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -281,7 +281,7 @@ go_daemon(const char *prefix, const char *logf)
{
/* Kinda stupid to try to log an error message now, but
who knows? */
restart_kom
(
stderr
,
"open of log file failed: %d
\n
"
,
errno
);
restart_kom
(
"open of log file failed: %d
\n
"
,
errno
);
}
sfree
(
logfile
);
log
(
"*** Version %d (process %d) coming up.
\n
"
,
...
...
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