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
1ef7e0e8
Commit
1ef7e0e8
authored
Apr 09, 1992
by
Per Cederqvist
Browse files
Fixed bug in unique_name().
parent
7f8b198d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/conference.c
View file @
1ef7e0e8
/*
* $Id: conference.c,v 0.1
6
1992/0
2/26 18:45:21
ceder Exp $
* $Id: conference.c,v 0.1
7
1992/0
4/09 09:17:44
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* All atomic calls that deals with conferences.
*/
static
char
*
rcsid
=
"$Id: conference.c,v 0.1
6
1992/0
2/26 18:45:21
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: conference.c,v 0.1
7
1992/0
4/09 09:17:44
ceder Exp $"
;
#include
<time.h>
...
...
@@ -51,8 +51,9 @@ static char *rcsid = "$Id: conference.c,v 0.16 1992/02/26 18:45:21 ceder Exp $";
#include
"internal-connections.h"
#include
"internal-services.h"
/* From ram-cache.h. This will go away when we use regexp-matching. This is
* only temporary. +++***
/*
* Defined in conference.c. This will go away when we use regexp-matching.
* This is only temporary. +++***
*/
extern
Conf_no
*
conf_table
;
...
...
@@ -216,8 +217,7 @@ unique_name( const String name, Conf_no conf_no )
diff_found
=
TRUE
;
}
if
(
!
diff_found
&&
conf_no
!=
0
&&
conf_table
[
parse_info
.
indexes
[
i
]
]
!=
conf_no
)
if
(
!
diff_found
&&
conf_table
[
parse_info
.
indexes
[
i
]
]
!=
conf_no
)
exact_match_found
=
TRUE
;
}
...
...
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