changeset 11773:92cf092f194e

[gaim-migrate @ 14064] killing a warning... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sun, 23 Oct 2005 23:27:59 +0000
parents d1d5f27de95d
children 60fb8b4b61c1
files src/protocols/bonjour/dns_sd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/bonjour/dns_sd.c	Sun Oct 23 23:26:14 2005 +0000
+++ b/src/protocols/bonjour/dns_sd.c	Sun Oct 23 23:27:59 2005 +0000
@@ -233,7 +233,7 @@
 _dns_sd_publish(BonjourDnsSd *data, PublishType type)
 {
 	sw_text_record dns_data;
-	sw_result publish_result;
+	sw_result publish_result = SW_OKAY;
 
 	// Fill the data for the service
 	if (sw_text_record_init(&dns_data) != SW_OKAY)