1999-06-08
1999-06-08 03:22:34 by Martin Stjernholm <mast@lysator.liu.se>
-
ff3184b2ac5c170c4b26ee2a78cacfb77f50545f
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 5.2
Keep separate SSL contexts for different ports.
Rev: server/base_server/roxen.pike:1.294
Rev: server/protocols/https.pike:1.7
1:
/*
- * $Id: roxen.pike,v 1.293 1999/06/07 05:21:12 mast Exp $
+ * $Id: roxen.pike,v 1.294 1999/06/08 03:22:33 mast Exp $
*
* The Roxen Challenger main program.
*
7:
*/
// ABS and suicide systems contributed freely by Francesco Chemolli
- constant cvs_version="$Id: roxen.pike,v 1.293 1999/06/07 05:21:12 mast Exp $";
+ constant cvs_version="$Id: roxen.pike,v 1.294 1999/06/08 03:22:33 mast Exp $";
object backend_thread;
object argcache;
600: Inside #if defined(FD_DEBUG)
mark_fd( file->query_fd(),
LOCALE->out_of_sockets(file->query_address()));
#endif
- pn[-1](file,pn[1]);
+ pn[-1](file,pn[1],pn);
#ifdef SOCKET_DEBUG
perror(sprintf("SOCKETS: Ok. Connect on %O:%O from %O\n",
pn[2], pn[0], file->query_address()));