Skip to content

Commit

Permalink
fix coverity scan finding
Browse files Browse the repository at this point in the history
  • Loading branch information
vergoh committed Oct 20, 2022
1 parent 556ff24 commit b3caa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbshow.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ int showalert(const char *interface, const AlertOutput output, const AlertExit e

switch (condition) {
case AC_None:
break;
return 0;
case AC_RX:
bytes = datalist->rx;
snprintf(conditionname, 16, "rx");
Expand Down

0 comments on commit b3caa3f

Please sign in to comment.