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
6e9ecd85
Commit
6e9ecd85
authored
Mar 26, 2009
by
Leigh B. Stoller
Browse files
Minor fix for returning ssh keys.
parent
4f956d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniSA.pm.in
View file @
6e9ecd85
...
...
@@ -685,7 +685,7 @@ sub GetKeys($)
print
STDERR
"Could not get keys for $this_user
\n
"
;
return
GeniResponse
->
Create
(
GENIRESPONSE_ERROR
);
}
return
GeniResponse
->
Create
(
GENIRESPONSE_SUCCESS
,
@
keys
);
return
GeniResponse
->
Create
(
GENIRESPONSE_SUCCESS
,
\
@
keys
);
}
#
...
...
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