Procházet zdrojové kódy

Use a bigger buffer for the initiator IQN

tags/v0.9.3
Michael Brown před 18 roky
rodič
revize
024809d454
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/tests/dhcptest.c

+ 1
- 1
src/tests/dhcptest.c Zobrazit soubor

@@ -45,7 +45,7 @@ static int iscsi_split_root_path ( char *root_path,
45 45
 static int test_dhcp_iscsi_boot ( struct net_device *netdev ) {
46 46
 	char root_path[256];
47 47
 	char *rp_components[NUM_RP_COMPONENTS];
48
-	char initiator_iqn_buf[32];
48
+	char initiator_iqn_buf[64];
49 49
 	char *initiator_iqn = initiator_iqn_buf;
50 50
 	char username[32];
51 51
 	char password[32];

Načítá se…
Zrušit
Uložit