Skip to content
Snippets Groups Projects
Commit b0b79bf0 authored by Sebastien Ponce's avatar Sebastien Ponce Committed by Steven Murray
Browse files

Fixed missing messages leading to segfault when one wants to display them

parent 6a4dbdf0
Branches
Tags
No related merge requests found
......@@ -59,9 +59,11 @@ char *sys_serrlist[SEMAXERR-SEBASEOFF+2]=
"requestor is not administrator",
"User unknown",
"Duplicate key value",
"Entry already exists",
"Group unknown",
"Bad checksum",
"Entry already exists",
"Group unknown",
"Bad checksum",
"Got SQL exception from database",
"Too many symbolic links",
"BAD ERROR NUMBER"
};
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment