Mailinglist Archive: yast-commit (1056 mails)
| < Previous | Next > |
[yast-commit] r44656 - /branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp
- From: varkoly@xxxxxxxxxxxxxxxx
- Date: Tue, 19 Feb 2008 17:15:54 -0000
- Message-id: <20080219171554.B1BBF2D86F@xxxxxxxxxxxxxxxx>
Author: varkoly
Date: Tue Feb 19 18:15:54 2008
New Revision: 44656
URL: http://svn.opensuse.org/viewcvs/yast?rev=44656&view=rev
Log:
AdminPassword is not set at the begining
Modified:
branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp
Modified: branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp?rev=44656&r1=44655&r2=44656&view=diff
==============================================================================
--- branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp (original)
+++ branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp Tue Feb 19 18:15:54
2008
@@ -137,7 +137,7 @@
/**
* Some additional parameter needed for the configuration.
*/
-global string AdminPassword = "";
+global string AdminPassword = nil;
/**
* List of the Configuration Modules
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Feb 19 18:15:54 2008
New Revision: 44656
URL: http://svn.opensuse.org/viewcvs/yast?rev=44656&view=rev
Log:
AdminPassword is not set at the begining
Modified:
branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp
Modified: branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp?rev=44656&r1=44655&r2=44656&view=diff
==============================================================================
--- branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp (original)
+++ branches/SuSE-Linux-10_3-Branch/mail/src/MailServer.ycp Tue Feb 19 18:15:54
2008
@@ -137,7 +137,7 @@
/**
* Some additional parameter needed for the configuration.
*/
-global string AdminPassword = "";
+global string AdminPassword = nil;
/**
* List of the Configuration Modules
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |