Changeset 27004 for trunk/ppStack/src/ppStackReject.c
- Timestamp:
- Feb 18, 2010, 6:42:01 PM (16 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStackReject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppStackVersionDefinitions.h 12 ppStackErrorCodes.c 13 ppStackErrorCodes.h
-
- Property svn:ignore
-
trunk/ppStack/src/ppStackReject.c
r26076 r27004 61 61 } 62 62 if (!psThreadPoolWait(true)) { 63 psError( PS_ERR_UNKNOWN, false, "Unable to concatenate inspection lists.");63 psError(psErrorCodeLast(), false, "Unable to concatenate inspection lists."); 64 64 return false; 65 65 } … … 172 172 173 173 if (numRejected >= num - 1) { 174 psError(P S_ERR_UNKNOWN, true, "All inputs completely rejected; unable to proceed.");174 psError(PPSTACK_ERR_REJECTED, true, "All inputs completely rejected; unable to proceed."); 175 175 return false; 176 176 }
Note:
See TracChangeset
for help on using the changeset viewer.
