Changeset 554
- Timestamp:
- Jul 14, 2020, 1:09:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_database.c
r541 r554 1123 1123 * to lack of access permission is not reported). 1124 1124 */ 1125 #if !defined(__x86_64__)1126 /*1127 * libmysql segfaults on x86-64 if this is used1128 */1129 1125 mysql_options(db_conn, MYSQL_READ_DEFAULT_GROUP, _("samhain")); 1130 #endif1131 1126 1132 1127 status = 0; … … 1149 1144 } 1150 1145 } 1146 1151 1147 connection_status = S_TRUE; 1152 1148 }
Note:
See TracChangeset
for help on using the changeset viewer.