commit 2d09b2b7012291c68b006429a65e3c46dc5a9561 parent 88c04f61150c2334015439b27bfd5c8a52849ef9 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 4 Aug 2026 15:34:44 +0200 -fix warning Diffstat:
| M | src/authorization/anastasis_authorization_plugin_file.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/authorization/anastasis_authorization_plugin_file.c b/src/authorization/anastasis_authorization_plugin_file.c @@ -282,11 +282,11 @@ file_challenge (struct ANASTASIS_AUTHORIZATION_State *as, : fdopen (fd, "w"); if (NULL == f) { - if (-1 != fd) - GNUNET_break (0 == close (fd)); struct MHD_Response *resp; enum MHD_Result mres; + if (-1 != fd) + GNUNET_break (0 == close (fd)); GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "open", as->filename);