Changeset 554 for trunk/src


Ignore:
Timestamp:
Jul 14, 2020, 1:09:27 PM (4 years ago)
Author:
katerina
Message:

Fix for ticket #444 (read mysql option file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_database.c

    r541 r554  
    11231123       * to lack of access permission is not reported).
    11241124       */
    1125 #if !defined(__x86_64__)
    1126       /*
    1127        *   libmysql segfaults on x86-64 if this is used
    1128        */
    11291125      mysql_options(db_conn, MYSQL_READ_DEFAULT_GROUP, _("samhain"));
    1130 #endif
    11311126
    11321127      status = 0;
     
    11491144            }
    11501145        }
     1146     
    11511147      connection_status = S_TRUE;
    11521148    }
Note: See TracChangeset for help on using the changeset viewer.