summaryrefslogtreecommitdiffstats
path: root/include/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/local.h')
-rw-r--r--include/local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/local.h b/include/local.h
index 9379446..22859d7 100644
--- a/include/local.h
+++ b/include/local.h
@@ -7,12 +7,12 @@
struct local_conf {
int reuseaddr;
- char path[UNIX_PATH_MAX + 1];
+ char path[UNIX_PATH_MAX];
};
struct local_server {
int fd;
- char path[UNIX_PATH_MAX + 1];
+ char path[UNIX_PATH_MAX];
};
/* callback return values */