minor changes
This commit is contained in:
parent
296ef6ec42
commit
371432c143
|
@ -24,9 +24,9 @@ SVnode *vnodeOpen(const char *path, const SVnodeCfg *pVnodeCfg) {
|
||||||
SVnode *pVnode = NULL;
|
SVnode *pVnode = NULL;
|
||||||
|
|
||||||
// Set default options
|
// Set default options
|
||||||
if (pVnodeCfg == NULL) {
|
//if (pVnodeCfg == NULL) {
|
||||||
pVnodeCfg = &defaultVnodeOptions;
|
pVnodeCfg = &defaultVnodeOptions;
|
||||||
}
|
//}
|
||||||
|
|
||||||
// Validate options
|
// Validate options
|
||||||
if (vnodeValidateOptions(pVnodeCfg) < 0) {
|
if (vnodeValidateOptions(pVnodeCfg) < 0) {
|
||||||
|
|
Loading…
Reference in New Issue