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

« back to all changes in this revision

Viewing changes to src/jrd/exe.h

  • 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:
638
638
        {
639
639
                if (csb_n_stream >= MAX_STREAMS && check)
640
640
                {
641
 
                        ERR_post(isc_too_many_contexts, 0);
 
641
                        ERR_post(isc_too_many_contexts, isc_arg_end);
642
642
                }
643
643
                return csb_n_stream++;
644
644
        }