Changeset 65 for trunk/pbs_drmaa/session.c
- Timestamp:
- 01/15/12 17:18:16 (14 years ago)
- File:
-
- 1 edited
-
trunk/pbs_drmaa/session.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pbs_drmaa/session.c
r58 r65 338 338 if( status == NULL && pbs_errno != 0 ) 339 339 { 340 if (pbs_errno == PBSE_PROTOCOL || pbs_errno == PBSE_EXPIRED )340 if (pbs_errno == PBSE_PROTOCOL || pbs_errno == PBSE_EXPIRED || pbs_errno == PBSOLDE_PROTOCOL || pbs_errno == PBSOLDE_EXPIRED) 341 341 { 342 342 if ( pbsself->pbs_conn >= 0)
Note: See TracChangeset
for help on using the changeset viewer.
