1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Merge pull request #450 from kanoi/master

usbutils initialise close key/sem
This commit is contained in:
kanoi 2013-06-17 05:21:06 -07:00
commit 2e1bbeac31

View File

@ -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);