Author: juhliarik Date: Tue Sep 30 17:49:55 2008 New Revision: 51707
URL: http://svn.opensuse.org/viewcvs/yast?rev=51707&view=rev Log: correct type fix for bug #423181
Modified: trunk/dhcp-server/agents/ag_dhcpd_conf
Modified: trunk/dhcp-server/agents/ag_dhcpd_conf URL: http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/agents/ag_dhcpd_conf?... ============================================================================== --- trunk/dhcp-server/agents/ag_dhcpd_conf (original) +++ trunk/dhcp-server/agents/ag_dhcpd_conf Tue Sep 30 17:49:55 2008 @@ -9,7 +9,7 @@ $group_counter = 0; $pool_counter = 0;
-@parSed_file = (); +@parsed_file = ();
sub get_lines { my $orig_line = "";
yast-commit@lists.opensuse.org