sighandle forgot const
This commit is contained in:
parent
67d3f9c540
commit
ba2947ae45
@ -580,7 +580,7 @@ wifi_essid(const char *wificard)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
sighandler(int signo)
|
sighandler(const int signo)
|
||||||
{
|
{
|
||||||
if (signo == SIGTERM || signo == SIGINT) {
|
if (signo == SIGTERM || signo == SIGINT) {
|
||||||
done = 1;
|
done = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user