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
d569f174
Commit
d569f174
authored
Sep 22, 2001
by
David Byers
Browse files
(modify_system_info): Added zero as owner argument to
check_delete_aux_item_list.
parent
e5a8f5b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/admin.c
View file @
d569f174
/*
* $Id: admin.c,v 0.4
3
2001/0
4
/2
8
1
9:09:48 ced
er Exp $
* $Id: admin.c,v 0.4
4
2001/0
9
/2
2
1
3:41:24 by
er
s
Exp $
* Copyright (C) 1991, 1993-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -33,7 +33,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: admin.c,v 0.4
3
2001/0
4
/2
8
1
9:09:48 ced
er Exp $"
;
rcsid
=
"$Id: admin.c,v 0.4
4
2001/0
9
/2
2
1
3:41:24 by
er
s
Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -397,7 +397,8 @@ modify_system_info(Number_list *items_to_delete,
prepare_aux_item_list
(
items_to_add
,
ACTPERS
);
if
(
check_delete_aux_item_list
(
items_to_delete
,
&
kom_info
.
aux_item_list
)
!=
OK
)
&
kom_info
.
aux_item_list
,
0
)
!=
OK
)
return
FAILURE
;
delete_aux_item_list
(
items_to_delete
,
&
kom_info
.
aux_item_list
,
...
...
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