Index: /trunk/configure.ac
===================================================================
--- /trunk/configure.ac	(revision 86)
+++ /trunk/configure.ac	(revision 87)
@@ -13,5 +13,5 @@
 dnl start
 dnl
-AM_INIT_AUTOMAKE(samhain, 2.3.1)
+AM_INIT_AUTOMAKE(samhain, 2.3.1a)
 AC_CANONICAL_HOST
 
Index: /trunk/docs/Changelog
===================================================================
--- /trunk/docs/Changelog	(revision 86)
+++ /trunk/docs/Changelog	(revision 87)
@@ -1,3 +1,7 @@
-2.3.1:
+2.3.1a:
+	* fix incorrect use of sh_gpg_fill_startup if option --with-fp is used
+	  (reported by zeroXten)
+ 
+2.3.1 (21-01-2007):
 	* fix bug that my cause accidental closure of yule TCP socket
 	  (problem reported by B. Masuda)
Index: /trunk/src/sh_gpg.c
===================================================================
--- /trunk/src/sh_gpg.c	(revision 86)
+++ /trunk/src/sh_gpg.c	(revision 87)
@@ -1004,5 +1004,5 @@
 	    {
 	      tmp  = sh_util_safe_name(gp.conf_id);
-	      sh_gpg_fill_startup (
+	      sh_gpg_fill_startup (__LINE__,
 				   /* sh_error_handle ((-1), FIL__, __LINE__, 0, MSG_START_GH, */
 			       sh.prg_name, sh.real.uid,
