Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bennett committed Aug 25, 2008
2 parents 7f5cfad + e27ac60 commit 6119246
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ssld/ssld.c
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,6 @@ main(int argc, char **argv)
close(x);
}

#if 0
x = open("/dev/null", O_RDWR);
if(x >= 0)
{
Expand All @@ -1089,7 +1088,7 @@ main(int argc, char **argv)
if(x > 2)
close(x);
}
#endif

setup_signals();
rb_lib_init(NULL, NULL, NULL, 0, maxfd, 1024, 4096);
rb_init_rawbuffers(1024);
Expand Down

0 comments on commit 6119246

Please sign in to comment.