secret-file-backend: Avoid closing the same file descriptor twice

It is already closed a few lines above
This commit is contained in:
Corentin Noël 2021-06-16 09:05:33 +02:00
parent fbad80754a
commit 0b2844da47

View File

@ -397,7 +397,6 @@ on_bus_get (GObject *source_object,
return;
}
close (fds[1]);
init->stream = g_unix_input_stream_new (fds[0], TRUE);
g_variant_builder_init (&options, G_VARIANT_TYPE_VARDICT);