Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
218d270a
Commit
218d270a
authored
Jan 01, 2002
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(foutput_priv_bits): Emit flg7 instead of extern_gw.
parent
6cc912d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/server/ram-output.c
src/server/ram-output.c
+2
-2
No files found.
src/server/ram-output.c
View file @
218d270a
/*
* $Id: ram-output.c,v 0.3
8
200
1/11/04 21:03:49
ceder Exp $
* $Id: ram-output.c,v 0.3
9
200
2/01/01 09:31:00
ceder Exp $
* Copyright (C) 1991, 1993-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -568,7 +568,7 @@ foutput_priv_bits(FILE *fp,
putc
(
bits
.
create_pers
+
'0'
,
fp
);
putc
(
bits
.
create_conf
+
'0'
,
fp
);
putc
(
bits
.
change_name
+
'0'
,
fp
);
putc
(
bits
.
extern_gw
+
'0'
,
fp
);
putc
(
bits
.
flg7
+
'0'
,
fp
);
putc
(
bits
.
flg8
+
'0'
,
fp
);
putc
(
bits
.
flg9
+
'0'
,
fp
);
putc
(
bits
.
flg10
+
'0'
,
fp
);
...
...
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