Skip to content

Commit

Permalink
Merge pull request IntelRealSense#7842 from IntelRealSenseArchive/liv…
Browse files Browse the repository at this point in the history
…e555_fix

Fix for the API usage removed bythe new version of Live555.
  • Loading branch information
ev-mp authored Nov 26, 2020
2 parents b9f1941 + 42c4253 commit a98483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rs-server/RsServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct server

if (arg_address.isSet())
{
ReceivingInterfaceAddr = our_inet_addr(arg_address.getValue().c_str());
ReceivingInterfaceAddr = inet_addr(arg_address.getValue().c_str());
}

if (arg_port.isSet())
Expand Down

0 comments on commit a98483f

Please sign in to comment.