diff options
Diffstat (limited to 'tools/sockprox.c')
-rw-r--r-- | tools/sockprox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/sockprox.c b/tools/sockprox.c index 485b37a37..fe8d320a1 100644 --- a/tools/sockprox.c +++ b/tools/sockprox.c @@ -86,7 +86,6 @@ create_server_socket (const char *filename, int *new_sock) name.sun_family = AF_LOCAL; strncpy (name.sun_path, filename, sizeof (name.sun_path)); name.sun_path[sizeof (name.sun_path) - 1] = '\0'; - size = SUN_LEN (&name); remove (filename); |