]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/hibernate-resume/hibernate-resume-config.c
varlink,json: introduce new varlink_dispatch() helper
[thirdparty/systemd.git] / src / hibernate-resume / hibernate-resume-config.c
index 6d0987eedd1b013481c7eeed7c06d144bc2beef8..ebc993e4ed20c12386983e15884fb6a36757e1b2 100644 (file)
@@ -173,7 +173,7 @@ static int get_efi_hibernate_location(EFIHibernateLocation **ret) {
         if (!e)
                 return log_oom();
 
-        r = json_dispatch(v, dispatch_table, NULL, JSON_LOG, e);
+        r = json_dispatch(v, dispatch_table, JSON_LOG, e);
         if (r < 0)
                 return r;