changed: mount points
mount type and mount fs are of type 'int' now they can be added by plugins git-svn-id: svn://ttmath.org/publicrep/winix/trunk@652 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -110,7 +110,7 @@ bool Mv::MoveCheckMountPoints(long dir_id)
|
||||
|
||||
if( !new_mount )
|
||||
{
|
||||
if( system->mounts.pmount->type != Mount::cms )
|
||||
if( system->mounts.pmount->type != system->mounts.MountTypeCms() )
|
||||
{
|
||||
request->status = WINIX_DIFFERENT_MOUNT_POINTS;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user