Bug found?

Jonas Benjaminsson jonas.benjaminsson at infogate.se
Wed Oct 9 12:12:13 EDT 2002


Found the following bug(?) in dbutil.c (revision 1.15).

In the method dblib_handle_err_message:

	if (((rc == INT_TIMEOUT) || (rc == INT_CONTINUE))
	    && (msg->msg_number != SYBETIME)) {
		rc = INT_EXIT;
	}

I have registered an own errorhandler that allways
returns INT_CONTINUE, but it doesn't continue
when msg->msg_number != SYBETIME.

Should dbutil really ignore that I want to continue?

/Jonas








More information about the FreeTDS mailing list