Mailinglist Archive: zypp-commit (243 mails)
| < Previous | Next > |
[zypp-commit] <libzypp> master : Fix accidentally disabled code.
- From: Michael Andres <ma@xxxxxxx>
- Date: Wed, 15 Jul 2009 13:14:39 +0200
- Message-id: <E1MR2Rg-0005gV-I5@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit a412f7f62e7b2fd75a09d232fc6d1ff5987fc267
Author: Michael Andres <ma@xxxxxxx>
Date: Wed Jul 15 13:14:39 2009 +0200
Fix accidentally disabled code.
---
zypp/target/TargetImpl.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zypp/target/TargetImpl.cc b/zypp/target/TargetImpl.cc
index c03a773..2837564 100644
--- a/zypp/target/TargetImpl.cc
+++ b/zypp/target/TargetImpl.cc
@@ -1102,7 +1102,7 @@ namespace zypp
if ( _distributionVersion.empty() )
{
// By default ZYpp looks for /etc/product.d/baseproduct..
- //_distributionVersion = baseproductdata( _root ).edition().version();
+ _distributionVersion = baseproductdata( _root ).edition().version();
if ( _distributionVersion.empty() )
{
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
commit a412f7f62e7b2fd75a09d232fc6d1ff5987fc267
Author: Michael Andres <ma@xxxxxxx>
Date: Wed Jul 15 13:14:39 2009 +0200
Fix accidentally disabled code.
---
zypp/target/TargetImpl.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zypp/target/TargetImpl.cc b/zypp/target/TargetImpl.cc
index c03a773..2837564 100644
--- a/zypp/target/TargetImpl.cc
+++ b/zypp/target/TargetImpl.cc
@@ -1102,7 +1102,7 @@ namespace zypp
if ( _distributionVersion.empty() )
{
// By default ZYpp looks for /etc/product.d/baseproduct..
- //_distributionVersion = baseproductdata( _root ).edition().version();
+ _distributionVersion = baseproductdata( _root ).edition().version();
if ( _distributionVersion.empty() )
{
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |