chiark / gitweb /
remove DISTRO_PORTING
[elogind.git] / src / resolve / test-dns-domain.c
index ebc8d98fcefc9635f2f6eaf137f9757c2bf74a68..c3208abc7854ef03ed69659cb3e455e438408254 100644 (file)
@@ -19,7 +19,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
  ***/
 
-#include "log.h"
 #include "macro.h"
 #include "resolved-dns-domain.h"
 
@@ -162,7 +161,7 @@ static void test_dns_name_single_label(void) {
 
 static void test_dns_name_reverse_one(const char *address, const char *name) {
         _cleanup_free_ char *p = NULL;
-        union in_addr_union a, b;
+        union in_addr_union a, b = {};
         int familya, familyb;
 
         assert_se(in_addr_from_string_auto(address, &familya, &a) >= 0);