pike.git/
NT/
tools/
sprshd
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-20
1998-01-20 02:38:43 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
d95dc91b38bdf3193480fa7c944fd209406ac789 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
fixed a minor bug
Rev: NT/tools/sprshd:1.2
64:
int main(int argc, string *argv) {
-
if(
c
<2)
+
if(
argc
<2)
{ werror("Usage: sprshd <port> <host to accept connections from>\n"); exit(1);