URL encoded Targetnames
Assume target names are URL encoded with '%' as the special character. Any sequence of '%' followed by two bytes in the target name will be replaced with the byte that the second two bytes represent in hexadecimal. Example iqn.ronnie.test%3A1234 will be translated to iqn.ronnie.test:1234
This commit is contained in:
@@ -622,6 +622,7 @@ h2i(int h)
|
||||
}
|
||||
return h - '0';
|
||||
}
|
||||
|
||||
static int
|
||||
i2h(int i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user