Skip to content

Commit

Permalink
Merge pull request #2587 from threatstream/shai/issue-2580-harakiri-fix
Browse files Browse the repository at this point in the history
use right type for harakiri
  • Loading branch information
xrmx authored Dec 7, 2023
2 parents b5600ad + 19620af commit b693940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/master_checks.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void uwsgi_master_check_idle() {

}

int uwsgi_master_check_harakiri(int w, int c, int harakiri) {
int uwsgi_master_check_harakiri(int w, int c, time_t harakiri) {
/**
* Triggers a harakiri when the following conditions are met:
* - harakiri timeout > current time
Expand Down

0 comments on commit b693940

Please sign in to comment.