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
emulab
emulab-devel
Commits
9d83371c
Commit
9d83371c
authored
Sep 12, 2003
by
Leigh B. Stoller
Browse files
pcplab hack. Bad, Bad, Bad.
parent
71356724
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/ssl.c
View file @
9d83371c
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2000-200
2
University of Utah and the Flux Group.
* Copyright (c) 2000-200
3
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -414,8 +414,9 @@ tmcd_sslverify_client(char *nodeid, char *class, char *type, int islocal)
*/
#if 1
if
(
!
islocal
&&
strcmp
(
unitname
,
"pcwa"
)
&&
strcmp
(
unitname
,
"pcron"
))
{
error
(
"sslverify: unitname mismatch: %s!=pcwa|pcron
\n
"
,
strcmp
(
unitname
,
"pcwa"
)
&&
strcmp
(
unitname
,
"pcron"
)
strcmp
(
unitname
,
"pcplab"
))
{
error
(
"sslverify: unitname mismatch: %s!=pcwa|pcron|pcplab
\n
"
,
unitname
,
type
);
return
-
1
;
}
...
...
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