]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/busctl/busctl.c
basic/set: let set_put_strdup() create the set with string hash ops
[thirdparty/systemd.git] / src / busctl / busctl.c
index 4fb5a8cedcd601f64aabdb9e730aa44a8a1ba5ee..9ab9a51198e7d02fc3f4054b03ce67f3c45b15d3 100644 (file)
@@ -458,7 +458,7 @@ static int on_path(const char *path, void *userdata) {
 
         assert(paths);
 
-        r = set_put_strdup(paths, path);
+        r = set_put_strdup(&paths, path);
         if (r < 0)
                 return log_oom();