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
39da9e62
Commit
39da9e62
authored
Sep 06, 2002
by
Robert Ricci
Browse files
Oops, remove some debugging hacks.
parent
f74f35be
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
39da9e62
...
...
@@ -323,10 +323,10 @@ main(int argc, char **argv)
int
which
=
0
;
if
(
!
foo
[
1
])
which
=
1
;
//
else if (! foo[2])
//
which = 2;
//
else if (! foo[3])
//
which = 3;
else
if
(
!
foo
[
2
])
which
=
2
;
else
if
(
!
foo
[
3
])
which
=
3
;
if
((
pid
=
fork
())
<
0
)
{
errorc
(
"forking server"
);
...
...
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