Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
33f6af0d
Commit
33f6af0d
authored
Feb 09, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sigh, fix another silly typo.
parent
53573830
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/EmulabFeatures.pm.in
db/EmulabFeatures.pm.in
+1
-1
No files found.
db/EmulabFeatures.pm.in
View file @
33f6af0d
...
...
@@ -104,7 +104,7 @@ sub SetGlobalEnable($$)
$
value
=
($
value
?
1
:
0
);
DBQueryWarn
(
"update emulab_features set enable='$value' "
.
DBQueryWarn
(
"update emulab_features set enable
d
='$value' "
.
"where feature='$featurename'"
)
or
return
-
1
;
...
...
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