Skip to content

Commit 4bcddaa

Browse files
committed
[TSAR, Server, GUI] Fix, add lost return statement.
1 parent 6a0272c commit 4bcddaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/tsar-server/PrivateServerPass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ template<> struct Traits<trait::DIReduction *> {
588588
if (!Res)
589589
return false;
590590
Dest = new trait::DIReduction(TmpDest[msg::Reduction::Kind]);
591+
return true;
591592
}
592593

593594
static void unparse(String &JSON, const trait::DIReduction *Obj) {

0 commit comments

Comments
 (0)