From b886abfbacc5799dd29d4068338a488b17964e51 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 7 Mar 2010 18:22:52 -0800 Subject: Fix one left over from last change to statvfs. --- sysdeps/unix/sysv/linux/internal_statvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') 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 -- cgit v1.2.3