chiark / gitweb /
build-sys: make gcc shut up
[elogind.git] / src / libsystemd-bus / bus-message.c
index 416eedc2ae1606f10ab8c1ff3632c8f09a20f96a..845e2c004056d47abee2073c070bd3079c177e89 100644 (file)
@@ -789,7 +789,7 @@ int message_append_basic(sd_bus_message *m, char type, const void *p, const void
         void *a;
         char *e = NULL;
         int fd = -1;
-        uint32_t fdi;
+        uint32_t fdi = 0;
         int r;
 
         if (!m)