From 4d283fbd912fbeab578447ea18c0d8f47aa5cea6 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Mon, 12 Sep 2005 18:21:47 +0000 Subject: 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 --- avahi-sharp/ServiceResolver.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-sharp/ServiceResolver.cs') 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; -- cgit