mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
usbutils initialise close key/sem
This commit is contained in:
parent
87cdfae833
commit
410fba7e04
@ -3303,8 +3303,8 @@ fila:
|
||||
return;
|
||||
#else
|
||||
char name[64];
|
||||
key_t *key;
|
||||
int *sem;
|
||||
key_t *key = NULL;
|
||||
int *sem = NULL;
|
||||
|
||||
sprintf(name, "/tmp/cgminer-usb-%d-%d", (int)bus_number, (int)device_address);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user