From a65d8729f1a215271213f8812bf9a03fc72336dd Mon Sep 17 00:00:00 2001 From: slzhou Date: Sun, 24 Apr 2022 08:12:59 +0800 Subject: [PATCH] enable udfd in dnode --- source/dnode/mgmt/implement/src/dmHandle.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/dnode/mgmt/implement/src/dmHandle.c b/source/dnode/mgmt/implement/src/dmHandle.c index 726d3fa71b..a89f39f927 100644 --- a/source/dnode/mgmt/implement/src/dmHandle.c +++ b/source/dnode/mgmt/implement/src/dmHandle.c @@ -373,9 +373,9 @@ static int32_t dmInitMgmt(SMgmtWrapper *pWrapper) { } dmReportStartup(pDnode, "dnode-transport", "initialized"); -// if (dmStartUdfd(pDnode) != 0) { -// dError("failed to start udfd"); -// } + if (dmStartUdfd(pDnode) != 0) { + dError("failed to start udfd"); + } dInfo("dnode-mgmt is initialized"); return 0;