1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

build-sys: make gcc shut up

This commit is contained in:
Lennart Poettering 2013-03-26 03:03:13 +01:00
parent 810bc2e3d5
commit 62cfa9da28

View 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)