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
d1927351
Commit
d1927351
authored
Apr 04, 2012
by
Leigh B Stoller
Browse files
Bug Fix: Fix force clause in tbadd; not supposed to be a fatal error.
parent
9a5350e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
account/tbacct.in
View file @
d1927351
...
...
@@ -385,7 +385,10 @@ sub AddUser()
$target_user
->
SetStatus
(
USERSTATUS_ACTIVE
());
$status
=
USERSTATUS_ACTIVE
();
}
fatal
("
$user
is not active! Cannot build an account! Use -f option.
");
else
{
fatal
("
$user
is not active!
"
.
"
Cannot build an account! Use -f option.
");
}
}
$UID
=
0
;
...
...
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