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
afdd7e30
Commit
afdd7e30
authored
Oct 05, 2015
by
Leigh B Stoller
Browse files
Minor debugging change.
parent
343ee139
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCertificate.pm.in
View file @
afdd7e30
...
...
@@ -49,6 +49,7 @@ use XML::Simple;
use
XML
::
LibXML
;
use
Data
::
Dumper
;
use
File
::
Temp
qw
(
tempfile
);
use
Carp
qw
(
cluck
);
use
overload
(
'""'
=>
'Stringify'
);
#
Configure
variables
...
...
@@ -450,7 +451,7 @@ sub LoadFromString($$)
close
(
CHILD
);
waitpid
($
childpid
,
0
);
if
($?
||
!@certlines) {
print
STDERR
"openssl x509 failed to parse certificate
\n
"
;
cluck
(
"openssl x509 failed to parse certificate
\n
$string
\n
"
)
;
return
undef
;
}
my
$
certificate
=
GeniCertificate
->
LoadFromArray
($
string
,
@
certlines
);
...
...
Write
Preview
Markdown
is supported
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