Skip to content
Snippets Groups Projects
Commit 6af01b43 authored by Morris Jette's avatar Morris Jette
Browse files

Fix recently introduced salloc bug

parent cf235d33
No related branches found
No related tags found
No related merge requests found
...@@ -421,7 +421,7 @@ int main(int argc, char **argv) ...@@ -421,7 +421,7 @@ int main(int argc, char **argv)
} }
list_iterator_destroy(iter); list_iterator_destroy(iter);
exit(1); exit(1);
} else if (allocation_interrupted) { } else if (!allocation_interrupted) {
/* /*
* Allocation granted! * Allocation granted!
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment