chiark / gitweb /
man: document systemd-journald.conf(5)
[elogind.git] / src / kmod-setup.c
index dc3515676fc8698d4421ba083ea121c70b58c8a0..debf87130db4c1a877797944292a120b6d2cff9d 100644 (file)
@@ -90,7 +90,7 @@ int kmod_setup(void) {
         }
 
         if (ctx)
-                ctx = kmod_unref(ctx);
+                kmod_unref(ctx);
 
         return 0;
 }