Dooh. The init command always produces output, so we have to pass a pointer
to send_result() as the result handler and the fd to send data to.
Thanks to Johannes Wörner for pointing out this rather embarrassing bug.
- new status item/database entry: amplification. It is
used by the amp filter to pre-amplify the audio stream.
- fix a close-without-open bug in para_write.
+ - fix a bug in com_init() which was introduced in 0.3.2.
-----------------------------------------
0.3.2 (2008-04-11) "probabilistic parity"
return -E_BAD_TABLE_NAME;
}
}
- ret = send_callback_request(create_tables_callback, &query, NULL, NULL);
+ ret = send_callback_request(create_tables_callback, &query, &send_result, &fd);
if (ret < 0)
return send_va_buffer(fd, "%s\n", para_strerror(-ret));
return ret;