ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/shell.pl
(Generate patch)

Comparing Coro/myhttpd/shell.pl (file contents):
Revision 1.13 by root, Wed Aug 15 03:13:36 2001 UTC vs.
Revision 1.14 by root, Thu Aug 16 16:40:07 2001 UTC

69} 69}
70 70
71# bind to tcp port 71# bind to tcp port
72if ($CMDSHELL_PORT) { 72if ($CMDSHELL_PORT) {
73 my $port = new Coro::Socket 73 my $port = new Coro::Socket
74 LocalAddr => "127.0.0.1", 74 #LocalAddr => "127.0.0.1",
75 LocalPort => $CMDSHELL_PORT, 75 LocalPort => $CMDSHELL_PORT,
76 ReuseAddr => 1, 76 ReuseAddr => 1,
77 Listen => 1, 77 Listen => 1,
78 or die "unable to bind cmdshell port: $!"; 78 or die "unable to bind cmdshell port: $!";
79 79

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines