Changeset 92 for trunk


Ignore:
Timestamp:
04/04/13 15:53:28 (11 years ago)
Author:
mmamonski
Message:

PBSE_BADCRED credential may be also a transient error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/pbs_conn.c

    r90 r92  
    7171        #define IS_MISSING_JOB (pbs_errno == PBSE_UNKJOBID) 
    7272#endif 
    73 #define IS_TRANSIENT_ERROR (pbs_errno == PBSE_PROTOCOL || pbs_errno == PBSE_EXPIRED || pbs_errno == PBSOLDE_PROTOCOL || pbs_errno == PBSOLDE_EXPIRED) 
     73#define IS_TRANSIENT_ERROR (pbs_errno == PBSE_PROTOCOL || pbs_errno == PBSE_EXPIRED || pbs_errno == PBSOLDE_PROTOCOL || pbs_errno == PBSOLDE_EXPIRED || pbs_errno == PBSE_BADCRED) 
    7474 
    7575pbsdrmaa_pbs_conn_t *  
Note: See TracChangeset for help on using the changeset viewer.