Skip to content
Snippets Groups Projects
Commit b7432632 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #7171: fix uninit var usage warning in just reintegrated SAS/OTDB setStatus tool

parent 766cf815
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ int main(int argc, char **argv)
{
INIT_LOGGER("setStatus");
treeIDType obsID;
treeIDType obsID = 0;
std::string status; // queued, active, completing, finished, aborted
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment