From a3d038c885b24cffe18a601dea71ceb2e03263ab Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 15 Mar 2012 15:06:51 +0100 Subject: [PATCH] Fix previous commit Replace HAVE_UPNP_OPTSSDP by UPNP_HAVE_OPTSSDP in upnpapi.c. --- ChangeLog | 6 ++++++ upnp/src/api/upnpapi.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f70b12..f4811b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ Version 1.6.16 ******************************************************************************* +2012-03-15 Fabrice Fontaine + + Fix previous commit + + Replace HAVE_UPNP_OPTSSDP by UPNP_HAVE_OPTSSDP in upnpapi.c. + 2012-03-15 Fabrice Fontaine Add --disable-optssdp option diff --git a/upnp/src/api/upnpapi.c b/upnp/src/api/upnpapi.c index fb2e186..96555a6 100644 --- a/upnp/src/api/upnpapi.c +++ b/upnp/src/api/upnpapi.c @@ -175,10 +175,10 @@ int UpnpSdkDeviceRegisteredV4 = 0; * == 0 if unregistered, == 1 if registered. */ int UpnpSdkDeviceregisteredV6 = 0; -#ifdef HAVE_UPNP_OPTSSDP +#ifdef UPNP_HAVE_OPTSSDP /*! Global variable used in discovery notifications. */ Upnp_SID gUpnpSdkNLSuuid; -#endif /* HAVE_UPNP_OPTSSDP */ +#endif /* UPNP_HAVE_OPTSSDP */ /*!