summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorsiqi <me@siqi.fr>2013-08-16 08:54:54 +0200
committersiqi <me@siqi.fr>2013-08-16 16:41:51 +0200
commitb15c117fc75f44b27678977d8e171e82af493ebf (patch)
tree8b8705c9cb2f2644a41162cdfab41cb81cf130d9 /sd
parent03fd0a02f2c0868c40853aa974ed20b8026fed17 (diff)
register in local domain for faster look up
Change-Id: Ia5cfc3fcf07a99677b090827760cfdc685bc2592
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/remotecontrol/WINNetworkService.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/WINNetworkService.cxx b/sd/source/ui/remotecontrol/WINNetworkService.cxx
index 341b01e2da0c..6e35f0528300 100755
--- a/sd/source/ui/remotecontrol/WINNetworkService.cxx
+++ b/sd/source/ui/remotecontrol/WINNetworkService.cxx
@@ -5,7 +5,7 @@
void sd::WINNetworkService::setup()
{
- DNSServiceErrorType err = DNSServiceRegister(&client, 0, 0, NULL, kREG_TYPE, NULL, NULL, 1599, 1, "", NULL, this );
+ DNSServiceErrorType err = DNSServiceRegister(&client, 0, 0, NULL, kREG_TYPE, "local", NULL, 1599, 1, "", NULL, this );
if ( err == 0 ) {
SAL_INFO("sd", "Windows bonjour service setup");