chiark / gitweb /
libsystemd-bus: true/false instead of yes/no in msg dump
[elogind.git] / src / journal / sd-journal.c
index dda9351daf31e734bdfb6fd08d0969952c99e8f6..bb116df0474a568163303010ee06c63a4b2192e8 100644 (file)
@@ -1616,8 +1616,8 @@ static int add_current_paths(sd_journal *j) {
          * treat them as fatal. */
 
         HASHMAP_FOREACH(f, j->files, i) {
-                int r;
                 _cleanup_free_ char *dir;
+                int r;
 
                 dir = dirname_malloc(f->path);
                 if (!dir)