]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove name_max leftover 2772/head
authorAdam Ciarciński <adam@defguard.net>
Sun, 2 Nov 2025 08:49:02 +0000 (09:49 +0100)
committerAdam Ciarciński <adam@defguard.net>
Sun, 2 Nov 2025 08:49:02 +0000 (09:49 +0100)
libarchive/archive_read_disk_posix.c

index 54a8e66188f875e914ed33df8503bd0819489329..e7f9132c532ecf671c4f0681aefd3a21dbf274fe 100644 (file)
@@ -1693,8 +1693,6 @@ setup_current_filesystem(struct archive_read_disk *a)
 #endif
                t->current_filesystem->noatime = 0;
 
-       /* Set maximum filename length. */
-       t->current_filesystem->name_max = svfs.f_namemax;
        return (ARCHIVE_OK);
 }