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
f468b224
Commit
f468b224
authored
Oct 22, 2002
by
Leigh B. Stoller
Browse files
Minor debugging change.
parent
eb3e2cac
Changes
2
Hide whitespace changes
Inline
Side-by-side
account/addpubkey.in
View file @
f468b224
...
...
@@ -104,7 +104,6 @@ if ($iskey) {
fatal
("
Tainted key:
$keyfile
");
}
$keyline
=
$keyfile
;
print
"
$keyline
\n
";
}
else
{
if
(
$keyfile
=~
/^([-\w\.\/]+)$/
)
{
...
...
@@ -234,6 +233,7 @@ sub ParseKey($) {
}
# Do not enter into DB if in verify mode.
if
(
$verify
)
{
print
"
Key was good:
$type
\n
";
return
1
;
}
...
...
utils/addpubkey.in
View file @
f468b224
...
...
@@ -104,7 +104,6 @@ if ($iskey) {
fatal
("
Tainted key:
$keyfile
");
}
$keyline
=
$keyfile
;
print
"
$keyline
\n
";
}
else
{
if
(
$keyfile
=~
/^([-\w\.\/]+)$/
)
{
...
...
@@ -234,6 +233,7 @@ sub ParseKey($) {
}
# Do not enter into DB if in verify mode.
if
(
$verify
)
{
print
"
Key was good:
$type
\n
";
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