1
0
Fork 0

fixed invalid collection id

This commit is contained in:
Jan Steemann 2015-07-21 14:08:11 +02:00
parent 123a76089f
commit ee4c5a2116
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ static TRI_vocbase_col_t* AddCollection (TRI_vocbase_t* vocbase,
static TRI_vocbase_col_t* CreateCollection (TRI_vocbase_t* vocbase,
TRI_col_info_t* parameter,
TRI_voc_cid_t cid,
TRI_voc_cid_t& cid,
bool writeMarker,
TRI_json_t*& json) {
TRI_ASSERT(json == nullptr);