[scponly] Re: scponly 4.4 - new variation of optreset bug found :-)

Илья Евсеев ilya_evseev at mail.ru
Tue Jan 31 12:59:08 EST 2006


  Hi!
helper.c checks that HAVE_OPTRESET is defined or not,
but configure script _always_ defines it to 1 or 0.
So you should to change check from "#ifdef HAVE_OPTRESET"
to "#if HAVE_OPTRESET" or replace this by nothing in configure.in:
AC_DEFINE([HAVE_OPTRESET],[0],[do not have optreset])

Anyway - that's good job!

WBR, Ilya



More information about the scponly mailing list