Mailinglist Archive: yast-commit (502 mails)

< Previous Next >
[yast-commit] r64312 - /branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
Author: rhafer
Date: Fri Jun 10 11:08:25 2011
New Revision: 64312

URL: http://svn.opensuse.org/viewcvs/yast?rev=64312&view=rev
Log:
fixed return value for undefined update referral

Modified:
branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc

Modified:
branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc?rev=64312&r1=64311&r2=64312&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
(original)
+++ branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
Fri Jun 10 11:08:25 2011
@@ -961,10 +961,7 @@
resMap.add( YCPString("target"), YCPString(
updateUrl.getHost() ) );
resMap.add( YCPString("port"), YCPInteger(
updateUrl.getPort() ) );
}
- else
- {
- resMap.add( YCPString("updateref"), YCPMap() );
- }
+ resMap = YCPNull();
return resMap;
}
else

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages