Displaying 1 result from an estimated 1 matches for "auth_worker_client_destroy".
2009 Jun 24
3
Auth worker max line size
...lient.h 2009-06-23 18:32:33.000000000 +0200
@@ -1,8 +1,8 @@
#ifndef AUTH_WORKER_CLIENT_H
#define AUTH_WORKER_CLIENT_H
-#define AUTH_WORKER_MAX_LINE_LENGTH 1024
+#define AUTH_WORKER_MAX_LINE_LENGTH 4096
struct auth_worker_client *auth_worker_client_create(struct auth *auth, int fd);
void auth_worker_client_destroy(struct auth_worker_client **client);
void auth_worker_client_unref(struct auth_worker_client **client);
--
Emmanuel Dreyfus
manu at netbsd.org