default server address to wildcard

master
texane 2015-01-11 16:28:37 -06:00
parent 5cfd82c788
commit 2cb35d08a4
1 changed files with 1 additions and 1 deletions

View File

@ -1021,7 +1021,7 @@ int main(int ac, char** av)
const char* port;
addr = getenv("RTLSDR_RPC_SERV_ADDR");
if (addr == NULL) addr = "127.0.0.1";
if (addr == NULL) addr = "0.0.0.0";
port = getenv("RTLSDR_RPC_SERV_PORT");
if (port == NULL) port = "40000";