Skip to content

Commit 4d2915f

Browse files
committed
Fix problem with R3BUcesbSource.cxx
1 parent b2ff3de commit 4d2915f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

r3bsource/base/R3BUcesbSource.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ Bool_t R3BUcesbSource::InitUnpackers()
185185
"ext_data_clnt::setup() mapping failure may "
186186
"cause unexpected analysis results due to missing "
187187
"data members. Unpacker needs fixing.");
188+
return kFALSE;
188189
}
189190
else
190191
{
@@ -193,8 +194,6 @@ Bool_t R3BUcesbSource::InitUnpackers()
193194
"cause unexpected analysis results due to missing "
194195
"data members. Unpacker needs fixing.");
195196
}
196-
197-
return kFALSE;
198197
}
199198

200199
return kTRUE;

0 commit comments

Comments
 (0)