diff libpurple/protocols/bonjour/bonjour.h @ 25131:f38799160cfa

Better support running many Bonjour clients on the same machine by allowing a listening port to be specified and falling back to a system-assigned port if it can't be used. Fixes #8462.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 21 Feb 2009 22:10:27 +0000
parents cc0809ec0c85
children 9c8b28dc6656
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/bonjour.h	Thu Feb 19 22:52:49 2009 +0000
+++ b/libpurple/protocols/bonjour/bonjour.h	Sat Feb 21 22:10:27 2009 +0000
@@ -38,7 +38,7 @@
 #define BONJOUR_STATUS_ID_AVAILABLE "available"
 #define BONJOUR_STATUS_ID_AWAY      "away"
 
-#define BONJOUR_DEFAULT_PORT_INT 5298
+#define BONJOUR_DEFAULT_PORT 5298
 
 typedef struct _BonjourData
 {