Mailinglist Archive: yast-commit (725 mails)
| < Previous | Next > |
[yast-commit] r58277 - /trunk/storage/storage/src/modules/StorageProposal.ycp
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Tue, 04 Aug 2009 13:58:34 -0000
- Message-id: <E1MYKXC-0007iM-3R@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Tue Aug 4 15:58:33 2009
New Revision: 58277
URL: http://svn.opensuse.org/viewcvs/yast?rev=58277&view=rev
Log:
- removed global flag added by accident
Modified:
trunk/storage/storage/src/modules/StorageProposal.ycp
Modified: trunk/storage/storage/src/modules/StorageProposal.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/StorageProposal.ycp?rev=58277&r1=58276&r2=58277&view=diff
==============================================================================
--- trunk/storage/storage/src/modules/StorageProposal.ycp (original)
+++ trunk/storage/storage/src/modules/StorageProposal.ycp Tue Aug 4 15:58:33
2009
@@ -171,7 +171,7 @@
}
- global map<string, map> EncryptDevices(map<string, map> target, string vg)
+ map<string, map> EncryptDevices(map<string, map> target, string vg)
{
if (!GetProposalLvm() || !GetProposalEncrypt())
return target;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Aug 4 15:58:33 2009
New Revision: 58277
URL: http://svn.opensuse.org/viewcvs/yast?rev=58277&view=rev
Log:
- removed global flag added by accident
Modified:
trunk/storage/storage/src/modules/StorageProposal.ycp
Modified: trunk/storage/storage/src/modules/StorageProposal.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/StorageProposal.ycp?rev=58277&r1=58276&r2=58277&view=diff
==============================================================================
--- trunk/storage/storage/src/modules/StorageProposal.ycp (original)
+++ trunk/storage/storage/src/modules/StorageProposal.ycp Tue Aug 4 15:58:33
2009
@@ -171,7 +171,7 @@
}
- global map<string, map> EncryptDevices(map<string, map> target, string vg)
+ map<string, map> EncryptDevices(map<string, map> target, string vg)
{
if (!GetProposalLvm() || !GetProposalEncrypt())
return target;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |