summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/ServiceResolver.cs
diff options
context:
space:
mode:
authorJames Willcox <snopr@snorp.net>2005-09-12 18:21:47 +0000
committerJames Willcox <snopr@snorp.net>2005-09-12 18:21:47 +0000
commit4d283fbd912fbeab578447ea18c0d8f47aa5cea6 (patch)
tree43fc4b6bf49a0ee0c94ef3b2a048ed907814eb23 /avahi-sharp/ServiceResolver.cs
parentbdef5923b07c9f8299d212262739ad58401837c9 (diff)
fix some small bugs in publishing and resolving, and make uninstall work
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@568 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-sharp/ServiceResolver.cs')
-rw-r--r--avahi-sharp/ServiceResolver.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-sharp/ServiceResolver.cs b/avahi-sharp/ServiceResolver.cs
index ef1f303..558ba53 100644
--- a/avahi-sharp/ServiceResolver.cs
+++ b/avahi-sharp/ServiceResolver.cs
@@ -161,6 +161,7 @@ namespace Avahi
IntPtr domain, IntPtr host, IntPtr address,
UInt16 port, IntPtr txt, IntPtr userdata)
{
+
ServiceInfo info;
info.NetworkInterface = iface;
info.Protocol = proto;