Skip to content
GitLab
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
82a3cbbd
Commit
82a3cbbd
authored
Feb 19, 2016
by
Leigh B Stoller
Browse files
Minor fix to previous revision.
parent
edd694e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
account/addpubkey.in
View file @
82a3cbbd
...
...
@@ -101,7 +101,9 @@ use libaudit;
use
libdb
;
use
libtestbed
;
use
User
;
use
APT_Utility
;
if
(
@PROTOGENI_SUPPORT
@
)
{
require
APT_Utility
;
}
#
# Function prototypes
...
...
@@ -472,8 +474,9 @@ sub ParseKey($) {
# Mark user record as modified so nodes are updated.
#
TBNodeUpdateAccountsByUID
(
$user_uid
);
APT_Utility::
UpdateInstancesByUser
(
$target_user
);
if
(
@PROTOGENI_SUPPORT
@
)
{
APT_Utility::
UpdateInstancesByUser
(
$target_user
);
}
my
$chunked
=
"";
while
(
length
(
$key
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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