Oops, no verbose.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4315 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
da50792500
commit
d904d8922f
@ -2090,7 +2090,6 @@ tf_ssb_t* tf_ssb_create(uv_loop_t* loop, JSContext* context, const char* db_path
|
|||||||
{
|
{
|
||||||
tf_ssb_t* ssb = tf_malloc(sizeof(tf_ssb_t));
|
tf_ssb_t* ssb = tf_malloc(sizeof(tf_ssb_t));
|
||||||
memset(ssb, 0, sizeof(*ssb));
|
memset(ssb, 0, sizeof(*ssb));
|
||||||
ssb->verbose = true;
|
|
||||||
if (context)
|
if (context)
|
||||||
{
|
{
|
||||||
ssb->context = context;
|
ssb->context = context;
|
||||||
|
Loading…
Reference in New Issue
Block a user