--- apache2/msc_status_engine.c.orig 2025-05-21 14:45:48 +++ apache2/msc_status_engine.c 2025-05-21 16:20:48 @@ -164,6 +164,7 @@ #ifdef DARWIN struct ifaddrs* ifaphead; struct ifaddrs* ifap; + int i; if ( getifaddrs( &ifaphead ) != 0 ) { goto failed;