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-stable
Commits
5a6a8932
Commit
5a6a8932
authored
Mar 26, 2003
by
Leigh B. Stoller
Browse files
Missed a query that needed to be fixed in last round of changes.
parent
b9f666b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
account/addpubkey.in
View file @
5a6a8932
...
...
@@ -351,7 +351,7 @@ sub InitUser()
if
(
$ident
=~
/(\d*\s\d*\s[0-9a-zA-Z]*)\s([\w\@\.]*)/
)
{
DBQueryFatal
("
replace into user_pubkeys
"
.
"
values ('
$user
',
'$2'
, '$1 $2', now())
");
"
values ('
$user
',
0
, '$1 $2', now()
, '$2'
)
");
#
# Backwards compat. Remove later.
...
...
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