commas, commas, ..
This commit is contained in:
@@ -71,10 +71,10 @@ plugin_t *attr_sql_plugin_create()
|
||||
INIT(this,
|
||||
.public = {
|
||||
.plugin = {
|
||||
.destroy = _destroy
|
||||
.destroy = _destroy,
|
||||
},
|
||||
},
|
||||
.db = lib->db->create(lib->db, uri)
|
||||
.db = lib->db->create(lib->db, uri),
|
||||
);
|
||||
|
||||
if (!this->db)
|
||||
|
||||
Reference in New Issue
Block a user