Skip to content

Commit 8078a7f

Browse files
authored
Fix command reply in Deployment_Status (#3150)
***NO_CI***
1 parent 719ce37 commit 8078a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CLR/Debugger/Debugger.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3742,12 +3742,12 @@ bool CLR_DBG_Debugger::Debugging_Deployment_Status(WP_Message *msg)
37423742

37433743
CLR_RT_Memory::Release(cmdReply);
37443744

3745-
WP_ReplyToCommand(msg, true, false, NULL, 0);
3746-
37473745
return true;
37483746
}
37493747
else
37503748
{
3749+
WP_ReplyToCommand(msg, true, false, NULL, 0);
3750+
37513751
return false;
37523752
}
37533753
}

0 commit comments

Comments
 (0)