summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/nss/cmd/modutil/error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/cmd/modutil/error.h b/security/nss/cmd/modutil/error.h
index 0bd532daa..7b478223a 100644
--- a/security/nss/cmd/modutil/error.h
+++ b/security/nss/cmd/modutil/error.h
@@ -60,6 +60,7 @@ typedef enum {
DIR_NOT_READABLE_ERR,
DIR_NOT_WRITEABLE_ERR,
INVALID_CONSTANT_ERR,
+ ADD_MODULE_FAILED_ERR,
ADD_MODULE_FAILED_STATUS_ERR,
OUT_OF_MEM_ERR,
DELETE_INTERNAL_ERR,
@@ -113,6 +114,7 @@ static char *errStrings[] = {
"ERROR: Directory \"%s\" is not readable.\n",
"ERROR: Directory \"%s\" is not writeable.\n",
"\"%s\" is not a recognized value.\n",
+ "ERROR: Failed to add module \"%s\".\n",
"ERROR: Failed to add module \"%s\". Probable cause : \"%s\".\n",
"ERROR: Out of memory.\n",
"ERROR: Cannot delete internal module.\n",