Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
6e5852e5
Commit
6e5852e5
authored
Jul 30, 2012
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix in error handling.
parent
788e08f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
protogeni/lib/GeniCM.pm.in
protogeni/lib/GeniCM.pm.in
+5
-4
No files found.
protogeni/lib/GeniCM.pm.in
View file @
6e5852e5
...
...
@@ -1699,10 +1699,11 @@ sub GetTicketAuxAux($$$$$$$$$)
my
$
edgeurn
=
GetHopLinkID
($
edgehop
);
my
$
edgewire
=
Interface
::
Wire
->
Lookup
($
edgeurn
);
if
(
!defined($edgewire)) {
GeniResponse
->
Create
(
GENIRESPONSE_ERROR
,
undef
,
"$lanname: unknown "
.
"external_interface for "
.
$
edgeurn
);
$
response
=
GeniResponse
->
Create
(
GENIRESPONSE_ERROR
,
undef
,
"$lanname: unknown "
.
"external_interface for "
.
$
edgeurn
);
goto
bad
;
}
...
...
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