moonbridge

changeset 312:c9fec96fe392

merge
author jbe
date Sat Jan 27 17:54:00 2018 +0100 (2018-01-27)
parents 930a43a0099a 2807fdd2f8d5
children 334ea1f13b0b
files
line diff
     1.1 --- a/moonbridge.c	Sat Jan 27 17:48:15 2018 +0100
     1.2 +++ b/moonbridge.c	Sat Jan 27 17:54:00 2018 +0100
     1.3 @@ -1972,7 +1972,6 @@
     1.4        if (strlen(path) > path_maxlen) {
     1.5          luaL_error(L, "Path name for local socket exceeded maximum length of %i characters", path_maxlen);
     1.6        }
     1.7 -      listener->type_specific.socket.addr.addr_un.sun_len = sizeof(listener->type_specific.socket.addr.addr_un);
     1.8        listener->type_specific.socket.addr.addr_un.sun_family = AF_LOCAL;
     1.9        strcpy(listener->type_specific.socket.addr.addr_un.sun_path, path);
    1.10        listener->type_specific.socket.addrlen = sizeof(listener->type_specific.socket.addr.addr_un);

Impressum / About Us