1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

core: Allow setting kernel.

https://github.com/veox/sgminer/issues/14
This commit is contained in:
Noel Maersk 2014-01-17 17:44:18 +02:00
parent b16a05aa0e
commit 2f0fac6c66

View File

@ -208,9 +208,6 @@ char *set_kernel(char *arg)
int i, device = 0;
char *nextptr;
// FIXME: executes always (add more kernels!)
return "Cannot specify a kernel with scrypt";
nextptr = strtok(arg, ",");
if (nextptr == NULL)
return "Invalid parameters for set kernel";