aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/mslookup/mslookup_client_mdns_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mslookup/mslookup_client_mdns_test.c b/tests/mslookup/mslookup_client_mdns_test.c
index f33ef98..5e558b4 100644
--- a/tests/mslookup/mslookup_client_mdns_test.c
+++ b/tests/mslookup/mslookup_client_mdns_test.c
@@ -225,8 +225,8 @@ bool is_multicast_enabled()
int main()
{
if (!is_multicast_enabled()) {
- fprintf(stderr, "WARNING: multicast is disabled, skipping the test! (OS#4361)");
- return 77;
+ fprintf(stderr, "ERROR: multicast is disabled! (OS#4361)");
+ return 1;
}
talloc_enable_null_tracking();