Skip to Content.
Sympa Menu

freetds - Fix for my error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Mark Schaal <mark AT champ.tstonramp.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Fix for my error
  • Date: Tue, 31 Aug 1999 14:21:39 -0700 (PDT)



Upon perusing the CT reference section on ct_results() I've realized
that my expectations about how the internals should behave were wrong.
(It's nice to have that reference!) The following will reverse my
youthful indiscretion.

Mark

======================================================================
*** token.c Tue Aug 31 14:12:41 1999
--- token.c~ Tue Aug 31 14:09:53 1999
***************
*** 186,190 ****
tds_process_msg(tds,marker);
- if (tds->msg_info &&
- tds->msg_info->priv_msg_type==1)
- return TDS_FAIL;
break;
--- 186,187 ----
***************
*** 236,237 ****
--- 233,237 ----

+ if (tds->msg_info && tds->msg_info->priv_msg_type==1)
+ return TDS_FAIL;
+
return TDS_NO_MORE_RESULTS;
======================================================================


Mark
--
Mark J. Schaal Phone: (909) 620-7724
TST On Ramp Fax: (909) 620-8174
System Administrator E-Mail: mark AT tstonramp.com



  • Fix for my error, Mark Schaal, 08/31/1999

Archive powered by MHonArc 2.6.24.

Top of Page