IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2010, 10:17:56 AM (16 years ago)
Author:
eugene
Message:

add missing db commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftool.c

    r26984 r27007  
    21232123  psFree(list);
    21242124
     2125    if (!psDBCommit(config->dbh)) {
     2126        psError(PS_ERR_UNKNOWN, false, "database error");
     2127        psFree(list);
     2128        return false;
     2129    }
     2130
    21252131  return(true);
    21262132}
Note: See TracChangeset for help on using the changeset viewer.