mirror of
https://github.com/nitanmarcel/isodrive.git
synced 2026-03-13 04:17:24 +00:00
configfsisomanager: fix stallFile path
This commit is contained in:
@@ -58,7 +58,7 @@ void mount_iso(char *iso_path)
|
|||||||
char *massStorageRoot = strjin(functionRoot, "/mass_storage.0");
|
char *massStorageRoot = strjin(functionRoot, "/mass_storage.0");
|
||||||
char *lunRoot = strjin(massStorageRoot, "/lun.0");
|
char *lunRoot = strjin(massStorageRoot, "/lun.0");
|
||||||
|
|
||||||
char *stallFile = strjin(massStorageRoot, "stall");
|
char *stallFile = strjin(massStorageRoot, "/stall");
|
||||||
char *udcFile = strjin(gadgetRoot, "/UDC");
|
char *udcFile = strjin(gadgetRoot, "/UDC");
|
||||||
char *lunFile = strjin(lunRoot, "/file");
|
char *lunFile = strjin(lunRoot, "/file");
|
||||||
char *lunCdRom = strjin(lunRoot, "/cdrom");
|
char *lunCdRom = strjin(lunRoot, "/cdrom");
|
||||||
|
|||||||
Reference in New Issue
Block a user