Skip to content

Commit b3caa3f

Browse files
committed
fix coverity scan finding
1 parent 556ff24 commit b3caa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dbshow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ int showalert(const char *interface, const AlertOutput output, const AlertExit e
944944

945945
switch (condition) {
946946
case AC_None:
947-
break;
947+
return 0;
948948
case AC_RX:
949949
bytes = datalist->rx;
950950
snprintf(conditionname, 16, "rx");

0 commit comments

Comments
 (0)