mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3524
This commit is contained in:
parent
e1196c0b28
commit
0c87cfd45c
|
@ -378,9 +378,6 @@ bool GUI_RPC_CONN_SET::poll() {
|
||||||
"GUI RPC request from non-local address 0x%x\n",
|
"GUI RPC request from non-local address 0x%x\n",
|
||||||
peer_ip
|
peer_ip
|
||||||
);
|
);
|
||||||
GUI_RPC_CONN* gr = new GUI_RPC_CONN(sock);
|
|
||||||
insert(gr);
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
GUI_RPC_CONN* gr = new GUI_RPC_CONN(sock);
|
GUI_RPC_CONN* gr = new GUI_RPC_CONN(sock);
|
||||||
insert(gr);
|
insert(gr);
|
||||||
|
|
Loading…
Reference in New Issue