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
63d2612e
Commit
63d2612e
authored
May 08, 2002
by
Leigh B. Stoller
Browse files
Get rid of some warnings in last revision.
parent
40f4cdc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmcd/common/libsetup.pm
View file @
63d2612e
...
@@ -1235,8 +1235,6 @@ sub dotunnels()
...
@@ -1235,8 +1235,6 @@ sub dotunnels()
}
}
close
(
RC
);
close
(
RC
);
close
(
SERVER
);
close
(
CLIENT
);
chmod
(
0755
,
TMTUNNELCONFIG
);
chmod
(
0755
,
TMTUNNELCONFIG
);
return
0
;
return
0
;
}
}
...
...
tmcd/libsetup.pm
View file @
63d2612e
...
@@ -1235,8 +1235,6 @@ sub dotunnels()
...
@@ -1235,8 +1235,6 @@ sub dotunnels()
}
}
close
(
RC
);
close
(
RC
);
close
(
SERVER
);
close
(
CLIENT
);
chmod
(
0755
,
TMTUNNELCONFIG
);
chmod
(
0755
,
TMTUNNELCONFIG
);
return
0
;
return
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