Skip to content

Commit

Permalink
server/upsd.c: set_exit_flag(): sig is not UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed May 17, 2022
1 parent 6062f94 commit b088c19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/upsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,6 @@ int nut_uuid_v4(char *uuid_str)

static void set_exit_flag(int sig)
{
NUT_UNUSED_VARIABLE(sig);
exit_flag = sig;
}

Expand Down

0 comments on commit b088c19

Please sign in to comment.