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
ec3af8ac
Commit
ec3af8ac
authored
Aug 23, 2003
by
Per Cederqvist
Browse files
(lookup_z_name): Call CHK_BOOL for want_persons and want_confs.
parent
d3e2d299
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/conference.c
View file @
ec3af8ac
/*
* $Id: conference.c,v 0.9
0
2003/08/2
0
1
0:25:0
3 ceder Exp $
* $Id: conference.c,v 0.9
1
2003/08/2
3
1
5:10:4
3 ceder Exp $
* Copyright (C) 1991-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -654,6 +654,8 @@ lookup_z_name (const String name,
Conf_list_old
raw_matches
;
CHK_CONNECTION
(
FAILURE
);
CHK_BOOL
(
want_persons
,
FAILURE
);
CHK_BOOL
(
want_confs
,
FAILURE
);
if
(
cached_lookup_name
(
name
,
&
raw_matches
)
!=
OK
)
return
FAILURE
;
...
...
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