mirror of https://github.com/BOINC/boinc.git
client: tweak
This commit is contained in:
parent
1d85d22e73
commit
c326c41cb3
|
@ -224,7 +224,7 @@ int GUI_RPC_CONN_SET::insert(GUI_RPC_CONN* p) {
|
||||||
|
|
||||||
int GUI_RPC_CONN_SET::init_unix_domain() {
|
int GUI_RPC_CONN_SET::init_unix_domain() {
|
||||||
#if !defined(_WIN32) && !defined(__APPLE__)
|
#if !defined(_WIN32) && !defined(__APPLE__)
|
||||||
sockaddr_un addr;
|
struct sockaddr_un addr;
|
||||||
get_password();
|
get_password();
|
||||||
int retval = boinc_socket(lsock, AF_UNIX);
|
int retval = boinc_socket(lsock, AF_UNIX);
|
||||||
if (retval) {
|
if (retval) {
|
||||||
|
|
Loading…
Reference in New Issue