Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-25
2000-09-25 09:20:56 by Per Hedbor <ph@opera.com>
f047525fad74002bcd486e0346e58d68d8836da8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Never return 0 from all_ports()
Rev: server/base_server/roxen.pike:1.563
4:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
562
2000/09/25
07
:
55
:
57
per Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
563
2000/09/25
09
:
20
:
56
per Exp $";
// Used when running threaded to find out which thread is the backend thread, // for debug purposes only.
1619:
array all_ports( ) {
-
return Array.uniq( values( urls )->port );
+
return Array.uniq( values( urls )->port )
-({0})
;
} Protocol find_port( string name )