summaryrefslogtreecommitdiff
path: root/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java')
-rw-r--r--android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java b/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java
index 84f305be9809..a35c1d6d97ba 100644
--- a/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java
+++ b/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java
@@ -95,6 +95,7 @@ class TcpServersFinder implements ServersFinder, Runnable {
DatagramPacket aSearchPacket = new DatagramPacket(
aSearchCommand.getBytes(), aSearchCommand.length());
+
aSearchPacket.setAddress(
InetAddress.getByName(Protocol.Addresses.SERVER_SEARCH));
aSearchPacket.setPort(Protocol.Ports.SERVER_SEARCH);