Skip to content

Commit

Permalink
common/common.c: add default label to an old case
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 7, 2025
1 parent 7c3eb76 commit c30eb7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ static int would_reopen_sdbus(int r) {
case EPERM:
case EACCES:
return 0;

default:
break;
}

return 1;
Expand Down

0 comments on commit c30eb7f

Please sign in to comment.