
ladar at lavabit
Oct 17, 2007, 4:59 AM
Post #1 of 1
(1397 views)
Permalink
|
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 [at] stac 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=1311533&id_secret=54507844-2873d8 Powered by Listbox: http://www.listbox.com
|