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
69bfe81b
Commit
69bfe81b
authored
Jun 26, 2012
by
Leigh B Stoller
Browse files
Fix syntax error.
parent
f32c8f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/common/config/rc.mkelab
View file @
69bfe81b
...
...
@@ -2179,7 +2179,7 @@ sub SetupBossNode($)
# network.
#
if
(
$emulabconfig
{"
CONFIG_QUERIER
"}
==
-
1
)
{
if
(
!
$emulabconfig
{"
CONFIG_SINGLECNET
"}
{
if
(
!
$emulabconfig
{"
CONFIG_SINGLECNET
"}
)
{
$emulabconfig
{"
CONFIG_QUERIER
"}
=
1
;
}
else
{
$emulabconfig
{"
CONFIG_QUERIER
"}
=
0
;
...
...
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