TT#44639 compile warning fix for c97a5645

Change-Id: Iaa10bd44c99dd561f29805f0d6f75c30b117c090
changes/66/23866/1
Richard Fuchs 8 years ago
parent c97a56459e
commit a69fa5ccdd

@ -418,7 +418,7 @@ int medmysql_insert_records(med_entry_t *records, uint64_t count, const char *ta
char *sql_buffer = NULL;
size_t sql_buffer_size = (count + 1) * 1024; // some extra space for sql overhead
size_t buflen = 0;
int ret, entries = 0;
int ret = 0, entries = 0;
if (!count)
return 0;

Loading…
Cancel
Save