]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mount-util: correct argument comment
authorJelle van der Waa <jvanderwaa@redhat.com>
Sun, 25 May 2025 17:46:47 +0000 (19:46 +0200)
committerJelle van der Waa <jvanderwaa@redhat.com>
Mon, 2 Jun 2025 15:39:44 +0000 (17:39 +0200)
src/shared/mount-util.c

index 958b4d7e18ab4aeb74a80c37194b71fa3bc8fb49..71ee5cf734ca8003ccb7fec357adc814597c46e7 100644 (file)
@@ -1983,7 +1983,7 @@ int path_is_network_fs_harder_at(int dir_fd, const char *path) {
                 return r;
 
         _cleanup_free_ char *fstype = NULL, *options = NULL;
-        r = path_get_mount_info_at(fd, /* path = */ NULL, &fstype, &options, /* source = */ NULL);
+        r = path_get_mount_info_at(fd, /* path = */ NULL, &fstype, &options, /* ret_source = */ NULL);
         if (r < 0)
                 return r;