chiark / gitweb /
make gcc shut up
[elogind.git] / src / nspawn / nspawn.c
index 350dc93cf9f873dd934e6a4b4ae6350dc4363873..62c2e2ef0928823844d30040556e6b4f69265bd5 100644 (file)
@@ -743,7 +743,7 @@ static int setup_resolv_conf(const char *dest) {
 
 static int setup_boot_id(const char *dest) {
         _cleanup_free_ char *from = NULL, *to = NULL;
 
 static int setup_boot_id(const char *dest) {
         _cleanup_free_ char *from = NULL, *to = NULL;
-        sd_id128_t rnd;
+        sd_id128_t rnd = {};
         char as_uuid[37];
         int r;
 
         char as_uuid[37];
         int r;