From 5b4129a89e9fa3ea3b5d57fc362f682aa85abfc7 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Tue, 15 Jan 2008 15:41:13 +0000 Subject: remove unix socket file on exit --- include/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/local.h b/include/local.h index 350b8bf..aae73a7 100644 --- a/include/local.h +++ b/include/local.h @@ -15,7 +15,7 @@ struct local_conf { /* local server */ int local_server_create(struct local_conf *conf); -void local_server_destroy(int fd); +void local_server_destroy(int fd, const char *); int do_local_server_step(int fd, void *data, void (*process)(int fd, void *data)); -- cgit v1.2.3