Skip to content

Commit

Permalink
Merge pull request #28167 from taosdata/fix/fix-compile
Browse files Browse the repository at this point in the history
fix/fix-compile
  • Loading branch information
hzcheng authored Sep 29, 2024
2 parents 3dece82 + 6d2e947 commit cbe99a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dnode/mnode/impl/src/mndDump.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ void mndDeleteTrans() {
msgCb.mgmt = (SMgmtWrapper *)(&msgCb); // hack
tmsgSetDefault(&msgCb);

(void)walInit(NULL);
(void)walInit();
(void)syncInit();

SMnodeOpt opt = {.msgCb = msgCb};
Expand Down

0 comments on commit cbe99a1

Please sign in to comment.