configfsisomanager: fix stallFile path

This commit is contained in:
Marcel Alexandru Nitan
2023-01-31 21:35:24 +02:00
parent 5833dd5dd9
commit e2c8c51284

View File

@@ -58,7 +58,7 @@ void mount_iso(char *iso_path)
char *massStorageRoot = strjin(functionRoot, "/mass_storage.0");
char *lunRoot = strjin(massStorageRoot, "/lun.0");
char *stallFile = strjin(massStorageRoot, "stall");
char *stallFile = strjin(massStorageRoot, "/stall");
char *udcFile = strjin(gadgetRoot, "/UDC");
char *lunFile = strjin(lunRoot, "/file");
char *lunCdRom = strjin(lunRoot, "/cdrom");