DtSvc/dtspcd: fixes for VU#172583

This commit is contained in:
Jon Trulson
2012-05-26 19:09:33 -06:00
parent a2959aa768
commit b4f3efb692
3 changed files with 33 additions and 1 deletions

View File

@@ -112,8 +112,13 @@
#define SPC_Bad_Permission 164
#define SPC_Cannot_Create_Netfilename 165
#define SPC_Protocol_Version_Error 166
/* JET - a special error code for goobers trying to overflow our buffers. */
/* VU#172583 */
#define SPC_Buffer_Overflow 167
/* Keep this up to date with the last error number declared above */
#define SPC_Max_Error 167
#define SPC_Max_Error 168
/* The definition of the SPC Error structure has been moved to spc.h
(to make it public) */