Index: /trunk/src/sh_database.c
===================================================================
--- /trunk/src/sh_database.c	(revision 553)
+++ /trunk/src/sh_database.c	(revision 554)
@@ -1123,10 +1123,5 @@
        * to lack of access permission is not reported).
        */
-#if !defined(__x86_64__)
-      /* 
-       *   libmysql segfaults on x86-64 if this is used
-       */
       mysql_options(db_conn, MYSQL_READ_DEFAULT_GROUP, _("samhain"));
-#endif
 
       status = 0;
@@ -1149,4 +1144,5 @@
 	    }
 	}
+      
       connection_status = S_TRUE;
     }
