mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
188b292236
keeps the connection to the server alive after the client logs out. When the same user attempts to log in again, the proxy will use the cached username/password pair to authenticate the client, and tie the new client to the old server connection (which was kept alive) PR: 54977 Submitted by: Lasse L. Johnsen Approved by: roberto (mentor)
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
--- configfile.c.orig Fri Aug 9 15:24:23 2002
|
|
+++ configfile.c Mon Jul 28 11:22:34 2003
|
|
@@ -23,6 +23,7 @@
|
|
#include <string.h>
|
|
#include <strings.h>
|
|
#include <stdlib.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|