From 6f099e43afa5dad73b09a9ca18b95072e51e8132 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 15 Jun 2014 12:32:41 +1000 Subject: [PATCH] Fix missing error code --- src/libckpool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libckpool.h b/src/libckpool.h index 79f14345..caa6274a 100644 --- a/src/libckpool.h +++ b/src/libckpool.h @@ -232,6 +232,7 @@ static const char __maybe_unused *share_errs[] = { "No job_id", "No username", "Invalid array size", + "Params not array", "Valid", "Invalid JobID", "Stale",