General cleanup and bugfixes
[tpg/acess2.git] / KernelLand / Kernel / vfs / mount.c
index 5ac67a5..1832ac1 100644 (file)
@@ -63,7 +63,7 @@ int VFS_Mount(const char *Device, const char *MountPoint, const char *Filesystem
                }
                
                tVFS_Driver     *bestfs = NULL;
-                int    bestrank, rank;
+                int    bestrank = 0, rank;
                for( fs = gVFS_Drivers; fs; fs = fs->Next )
                {
                        if(!fs->Detect) continue ;

UCC git Repository :: git.ucc.asn.au