]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Typo
authorMichael Brown <mcb30@etherboot.org>
Tue, 12 Dec 2006 16:18:42 +0000 (16:18 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 12 Dec 2006 16:18:42 +0000 (16:18 +0000)
src/tests/dhcptest.c

index 827d02cb294658ac490e5936d7ce273ec1164d7c..25038e5799b632c1b9be7f9d6ac0295ca53b0cad 100644 (file)
@@ -82,9 +82,9 @@ static int test_dhcp_iscsi_boot ( struct net_device *netdev ) {
 
        lun = strtoul ( rp_components[RP_LUN], NULL, 0 );
        
-       dhcp_snprintf ( initiator_iqn, sizeof ( initiator_iqn ),
+       dhcp_snprintf ( initiator_iqn_buf, sizeof ( initiator_iqn_buf ),
                        find_global_dhcp_option ( DHCP_ISCSI_INITIATOR_IQN ) );
-       if ( ! *initiator_iqn )
+       if ( ! initiator_iqn_buf[0] )
                initiator_iqn = "iqn.1900-01.localdomain.localhost:initiator";
        dhcp_snprintf ( username, sizeof ( username ),
                        find_global_dhcp_option ( DHCP_EB_USERNAME ) );