]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix one left over from last change to statvfs.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Mar 2010 02:22:52 +0000 (18:22 -0800)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Mar 2010 02:22:52 +0000 (18:22 -0800)
ChangeLog
sysdeps/unix/sysv/linux/internal_statvfs.c

index 0b18684168fff3e68cf983d47b2e60987e6c748b..87c7717468386aa9c13cfab9e30e3b25e7fc4f05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
+       Little follow-up patch from last change.
+
 2010-03-06  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/internal_statvfs.c: Handle ext4 and logfs.
index 9a6f4edac1e3565190617da8f83564a1aa3b7922..59b173ed73663d7c3fe44a05ab47986cbdc85e6a 100644 (file)
@@ -183,7 +183,7 @@ __statvfs_getflags (const char *name, int fstype, struct stat64 *st)
            {
              /* Try without a filesystem name.  */
              assert (fsname != NULL);
-             fsname = fsname2 = NULL;
+             fsname = fsname2 = fsname3 = NULL;
            }
 
          /* It is not strictly allowed to use rewind here.  But