Meer debugging
This commit is contained in:
parent
6b80d48987
commit
ad5f98fa34
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ int DDV_OpenUnix(std::string adres, bool nonblock = false){
|
||||||
flags |= O_NONBLOCK;
|
flags |= O_NONBLOCK;
|
||||||
fcntl(s, F_SETFL, flags);
|
fcntl(s, F_SETFL, flags);
|
||||||
}
|
}
|
||||||
fprintf(stderr, "Connected to %s\n", addr.sun_path);
|
|
||||||
return s;
|
return s;
|
||||||
}else{
|
}else{
|
||||||
close(s);
|
close(s);
|
||||||
|
|
Loading…
Add table
Reference in a new issue