src/server/config/serverconfig.c

changeset 455
e52a9fc670d2
parent 425
6440171c257f
child 459
f21b4ff81c01
equal deleted inserted replaced
454:e03d4a00427a 455:e52a9fc670d2
416 } 416 }
417 } 417 }
418 418
419 if(pos < content.length || err) { 419 if(pos < content.length || err) {
420 // content not fully parsed because of an error 420 // content not fully parsed because of an error
421 cxMempoolDestroy(mp);
422 return NULL; 421 return NULL;
423 } 422 }
424 423
425 //test_print_config(&root_obj); 424 //test_print_config(&root_obj);
426 return root_obj; 425 return root_obj;

mercurial