Ignore:
Timestamp:
01/15/12 17:18:16 (14 years ago)
Author:
mmamonski
Message:

try to maintain binary compatibility with older version of Torque

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/session.c

    r58 r65  
    338338                if( status == NULL  &&  pbs_errno != 0 ) 
    339339                 { 
    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) 
    341341                         { 
    342342                                if ( pbsself->pbs_conn >= 0) 
Note: See TracChangeset for help on using the changeset viewer.