Browse Source

Fix missing error code

master
Con Kolivas 11 years ago
parent
commit
6f099e43af
  1. 1
      src/libckpool.h

1
src/libckpool.h

@ -232,6 +232,7 @@ static const char __maybe_unused *share_errs[] = {
"No job_id", "No job_id",
"No username", "No username",
"Invalid array size", "Invalid array size",
"Params not array",
"Valid", "Valid",
"Invalid JobID", "Invalid JobID",
"Stale", "Stale",

Loading…
Cancel
Save