[pve-devel] r6118 - pve-installer/pve2

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Jun 20 07:15:09 CEST 2011


Author: dietmar
Date: 2011-06-20 07:15:08 +0200 (Mon, 20 Jun 2011)
New Revision: 6118

Modified:
   pve-installer/pve2/proxinstall
Log:
call cleanup after reading values


Modified: pve-installer/pve2/proxinstall
===================================================================
--- pve-installer/pve2/proxinstall	2011-06-20 04:57:39 UTC (rev 6117)
+++ pve-installer/pve2/proxinstall	2011-06-20 05:15:08 UTC (rev 6118)
@@ -1603,8 +1603,6 @@
 
 sub create_extract_view {
 
-    cleanup_view ();
-
     $ipaddress = $ip_1->get_text . "." . $ip_2->get_text . "." . 
 	$ip_3->get_text . "." . $ip_4->get_text;
     
@@ -1618,6 +1616,7 @@
 	$dns_3->get_text . "." . $dns_4->get_text;
 
     # print "TEST $ipaddress $netmask $gateway $dnsserver\n";
+    cleanup_view ();
 
     display_html ("extract1-license.htm");
     $next->set_sensitive (0);




More information about the pve-devel mailing list