SPF_get_lib_version bug
Ladar Levison <[email protected]>
| Newsgroups | gmane.mail.spam.spf.devel |
|---|---|
| Message-ID | <[email protected]> |
There appears to be two spf_lib_version.h files. The one in the libspf2 directory is correct, while the one in include is not. It appears the one in the include directory is being used at compile time, so SPF_get_lib_version is returning 1.2.1 instead of 1.2.5. Ladar [ladar@staci src]$ grep -R SPF_LIB_VERSION_PATCH * include/spf_lib_version.h:#define SPF_LIB_VERSION_PATCH 1 libspf2/spf_lib_version.h:#define SPF_LIB_VERSION_PATCH 5 libspf2/spf_utils.c: *patch = SPF_LIB_VERSION_PATCH; spfquery/spfquery.c: SPF_LIB_VERSION_PATCH ); spftest/spftest.c: SPF_LIB_VERSION_PATCH ); ------------------------------------------- ----------------------------------------------------------------------- To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?member_id=6959932&id_secret=54507950-d21577 Powered by Listbox: http://www.listbox.com