summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-03-07 18:22:52 -0800
committerUlrich Drepper <drepper@redhat.com>2010-03-07 18:22:52 -0800
commitb886abfbacc5799dd29d4068338a488b17964e51 (patch)
tree63e38dd974736fa9e017b906c39b674a0b16a1b7 /sysdeps
parent6e0a06fa40320187544d8daccd87dca728192253 (diff)
Fix one left over from last change to statvfs.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/internal_statvfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/internal_statvfs.c b/sysdeps/unix/sysv/linux/internal_statvfs.c
index 9a6f4edac1..59b173ed73 100644
--- a/sysdeps/unix/sysv/linux/internal_statvfs.c
+++ b/sysdeps/unix/sysv/linux/internal_statvfs.c
@@ -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