Skip to content

Commit

Permalink
Use correct define
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro committed Feb 24, 2017
1 parent 679d588 commit 9328433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/ua_services_discovery_multicast.c
Expand Up @@ -6,7 +6,7 @@
#include "ua_services.h"
#include "ua_mdns_internal.h"

#if defined(UA_ENABLE_DISCOVERY) && defined(UA_ENABLE_DISCOVERY_SEMAPHORE)
#if defined(UA_ENABLE_DISCOVERY) && defined(UA_ENABLE_DISCOVERY_MULTICAST)

#ifdef _MSC_VER
# ifndef UNDER_CE
Expand Down Expand Up @@ -548,4 +548,4 @@ UA_Discovery_multicastListenStop(UA_Server* server) {

# endif /* UA_ENABLE_MULTITHREADING */

#endif /* defined(UA_ENABLE_DISCOVERY) && defined(UA_ENABLE_DISCOVERY_SEMAPHORE) */
#endif /* defined(UA_ENABLE_DISCOVERY) && defined(UA_ENABLE_DISCOVERY_MULTICAST) */

0 comments on commit 9328433

Please sign in to comment.