[yast-commit] r48659 - /trunk/ldap-server/src/ldap-server_auto.ycp
Author: rhafer Date: Fri Jun 27 16:01:14 2008 New Revision: 48659 URL: http://svn.opensuse.org/viewcvs/yast?rev=48659&view=rev Log: AutoYaST support doesn't work currently Modified: trunk/ldap-server/src/ldap-server_auto.ycp Modified: trunk/ldap-server/src/ldap-server_auto.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/ldap-server_auto.ycp?rev=48659&r1=48658&r2=48659&view=diff ============================================================================== --- trunk/ldap-server/src/ldap-server_auto.ycp (original) +++ trunk/ldap-server/src/ldap-server_auto.ycp Fri Jun 27 16:01:14 2008 @@ -44,7 +44,7 @@ /* Create a summary*/ if(func == "Summary") { - ret = (LdapServer::Summary())[0]:""; + ret = LdapServer::Summary(); } /* Reset configuration */ else if (func == "Reset") { @@ -95,7 +95,7 @@ * return boolean */ else if (func == "SetModified") { - LdapServer::SetModified (true); + //LdapServer::SetModified (true); ret = true; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn.opensuse.org