~ubuntu-branches/debian/squeeze/firebird2.0/squeeze

« back to all changes in this revision

Viewing changes to src/jrd/dyn.epp

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-05-04 11:17:29 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090504111729-vrob1xe54hrvf8ij
Tags: 2.0.5.13206-0.ds2-3
change Section to database

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        const UCHAR* ptr = ddl;
115
115
 
116
116
        if (*ptr++ != isc_dyn_version_1) {
117
 
                ERR_post(isc_wrodynver, 0);
 
117
                ERR_post(isc_wrodynver, isc_arg_end);
118
118
        }
119
119
 
120
120
        ISC_STATUS* status = tdbb->tdbb_status_vector;
182
182
#endif
183
183
#endif
184
184
 
 
185
                JrdMemoryPool::deletePool(tempPool);
185
186
                ERR_punt();
186
187
        }
 
188
 
 
189
        JrdMemoryPool::deletePool(tempPool);
187
190
}
188
191
 
189
192