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
fdb9600a
Commit
fdb9600a
authored
Jun 24, 2003
by
Leigh B. Stoller
Browse files
Minor fixes.
parent
075110cd
Changes
3
Hide whitespace changes
Inline
Side-by-side
tmcd/common/libsetup.pm
View file @
fdb9600a
...
...
@@ -1935,7 +1935,7 @@ sub dotunnels(;$)
my
$config
=
TMROUTECONFIG
;
$config
=~
s/\/\//\//g
;
my
$rtabopt
=
"";
if
(
defined
(
$rtab
opt
))
{
if
(
defined
(
$rtab
id
))
{
$rtabopt
=
"
ifconfig
\"
%% rtabid
$rtabid
\"
;
\n
";
}
...
...
tmcd/libsetup.pm
View file @
fdb9600a
...
...
@@ -1935,7 +1935,7 @@ sub dotunnels(;$)
my
$config
=
TMROUTECONFIG
;
$config
=~
s/\/\//\//g
;
my
$rtabopt
=
"";
if
(
defined
(
$rtab
opt
))
{
if
(
defined
(
$rtab
id
))
{
$rtabopt
=
"
ifconfig
\"
%% rtabid
$rtabid
\"
;
\n
";
}
...
...
tmcd/tmcd.c
View file @
fdb9600a
...
...
@@ -4371,8 +4371,8 @@ COMMAND_PROTOTYPE(dojailconfig)
row
=
mysql_fetch_row
(
res
);
bzero
(
buf
,
sizeof
(
buf
));
if
(
1
&&
row
[
1
])
{
sprintf
(
buf
,
"JAILIP=
\"
%s,%s
\"\n
"
,
row
[
1
],
"255.255.255.255"
);
if
(
row
[
1
])
{
sprintf
(
buf
,
"JAILIP=
\"
%s,%s
\"\n
"
,
row
[
1
],
JAILIPMASK
);
}
sprintf
(
&
buf
[
strlen
(
buf
)],
...
...
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