X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fmicrohttpd-util.c;h=007cb5dfdc6903510be9201cd13d051bab18ad90;hb=c8b32e11ee24a333f8f7c7c15226741d22e55fdd;hp=9a8d5c6a12acc38c845f0834381abd3196ff4798;hpb=2de61bbebfe6a1a97709b3277b150cacc30a79cd;p=elogind.git diff --git a/src/journal/microhttpd-util.c b/src/journal/microhttpd-util.c index 9a8d5c6a1..007cb5dfd 100644 --- a/src/journal/microhttpd-util.c +++ b/src/journal/microhttpd-util.c @@ -217,7 +217,7 @@ int check_permissions(struct MHD_Connection *connection, int *code) { const union MHD_ConnectionInfo *ci; gnutls_session_t session; gnutls_x509_crt_t client_cert; - char _cleanup_free_ *buf = NULL; + _cleanup_free_ char *buf = NULL; int r; assert(connection);