Can't compile product version.

This commit is contained in:
vraatikka
2013-06-27 16:54:54 +03:00
parent 5c271e1925
commit b26315cf24
3 changed files with 7 additions and 7 deletions

View File

@ -1221,7 +1221,7 @@ static void* thr_filewriter_fun(
mlist_node_t* node;
mlist_node_t* prev_node;
int i;
bool succp;
ss_debug(bool succp;)
thr = (skygw_thread_t *)data;
fwr = (filewriter_t *)skygw_thread_get_data(thr);
@ -1263,7 +1263,7 @@ static void* thr_filewriter_fun(
wb = (logfile_writebuf_t*)node->mlnode_data;
writep = wb->wb_buf;
nbytes = strlen(writep);
succp = skygw_file_write(file, (void *)writep, nbytes);
ss_debug(succp = )skygw_file_write(file, (void *)writep, nbytes);
ss_dassert(succp);
prev_node = node;
node = node->mlnode_next;