Skip to content

Commit

Permalink
Update boreas/boreas_io.c
Browse files Browse the repository at this point in the history
Co-authored-by: ArnoStiefvater <[email protected]>
  • Loading branch information
jjnicola and ArnoStiefvater authored Mar 22, 2021
1 parent 8b8f088 commit 72cc3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boreas/boreas_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ finish_signal_on_queue (kb_t main_kb)
return 1;

/* Check if it was already set throught the whole items under the key.
If so, set the static variable to avoid quering redis unnecessarily. */
If so, set the static variable to avoid querying redis unnecessarily. */
queue_items =
kb_item_get_all (main_kb, ALIVE_DETECTION_QUEUE);
if (queue_items)
Expand Down

0 comments on commit 72cc3c0

Please sign in to comment.