Signed-off-by: Martin Wilck <mwi...@suse.com>
---
 multipathd/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multipathd/main.c b/multipathd/main.c
index f43ff54..bb19c97 100644
--- a/multipathd/main.c
+++ b/multipathd/main.c
@@ -1220,7 +1220,7 @@ int
 ev_add_path (struct path * pp, struct vectors * vecs, int need_do_map)
 {
        struct multipath * mpp;
-       char *params __attribute((cleanup(cleanup_charp))) = NULL;
+       char *params __attribute__((cleanup(cleanup_charp))) = NULL;
        int retries = 3;
        int start_waiter = 0;
        int ret;
-- 
2.46.0


Reply via email to