pike.git
/
NT
/
tools
/
sprshd
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/NT/tools/sprshd:261:
hosts+=tmp[1]; } write("Ready ("+version()+").\n"); #ifdef WINE thread_create(handle_connections,hosts); werror("main returning...\n"); return -1; #else
-
handle_
connection
(hosts);
+
handle_
connections
(hosts);
return 0; #endif }