[yast-commit] r67000 - /trunk/storage/storage/src/modules/Storage.ycp
Author: aschnell Date: Tue Dec 6 17:17:38 2011 New Revision: 67000 URL: http://svn.opensuse.org/viewcvs/yast?rev=67000&view=rev Log: - adapted to libstorage Modified: trunk/storage/storage/src/modules/Storage.ycp Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=67000&r1=66999&r2=67000&view=diff ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Tue Dec 6 17:17:38 2011 @@ -4039,8 +4039,9 @@ global list<string> GetAffectedDevices( string dev ) { + list<string> devs = [ dev]; list<string> r = []; - integer ret = LibStorage::StorageInterface::getRecursiveUsing(sint,dev,r); + integer ret = LibStorage::StorageInterface::getRecursiveUsing(sint, devs, false, r); y2milestone( "GetAffectedDevices dev:%1 ret:%2 r:%3", dev, ret, r ); return( r ); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn2.opensuse.org