client: tweak

This commit is contained in:
David Anderson 2014-01-31 14:47:25 -08:00
parent 1d85d22e73
commit c326c41cb3
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ int GUI_RPC_CONN_SET::insert(GUI_RPC_CONN* p) {
int GUI_RPC_CONN_SET::init_unix_domain() {
#if !defined(_WIN32) && !defined(__APPLE__)
sockaddr_un addr;
struct sockaddr_un addr;
get_password();
int retval = boinc_socket(lsock, AF_UNIX);
if (retval) {