Skip to Content.
Sympa Menu

freetds - Re: Cancel problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Cancel problem
  • Date: Wed, 4 Sep 2002 07:16:58 -0400 (EDT)


On Wed, 4 Sep 2002, Brian Bruns wrote:

> is the problem code. A simple fix is:
>
> ...
> while (tds->s && (tds_read_packet(tds) || tds->in_buf[0] == 0x0f))
> ...
>
> which is kinda kludgy.

Scratch this one, we used to store the packet header but it look like we
only read it locally now. One other thing though there is a check for a
packet type of 0x04 in tds_read_packet which needs to be extended to
include 0x0f

Brian





Archive powered by MHonArc 2.6.24.

Top of Page