mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 10:45:12 +03:00
// del unused var
This commit is contained in:
parent
59995ae88a
commit
97d8437e0b
@ -332,7 +332,6 @@ int start_socket(int server, char *path, TTY_descr **dev){
|
||||
unlink(path); // remove old socket
|
||||
}
|
||||
int sock = -1;
|
||||
int reuseaddr = 1;
|
||||
struct addrinfo hints = {0}, *res;
|
||||
struct sockaddr_un unaddr = {0};
|
||||
unaddr.sun_family = AF_UNIX;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user