Changeset 97 for trunk/src


Ignore:
Timestamp:
Mar 20, 2007, 11:32:11 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #56 (workaround for libmysql/x86-64 bug with mysql_options).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_database.c

    r84 r97  
    11001100       * to lack of access permission is not reported).
    11011101       */
     1102#if !defined(__x86_64__)
     1103      /*
     1104       *   libmysql segfaults on x86-64 if this is used
     1105       */
    11021106      mysql_options(db_conn, MYSQL_READ_DEFAULT_GROUP, _("samhain"));
     1107#endif
    11031108
    11041109      status = 0;
Note: See TracChangeset for help on using the changeset viewer.