mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
ip46tables: fix return type of exec func
This commit is contained in:
parent
170c1fd01e
commit
da9287c16c
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ int guess_type(int len, char *tab[]) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int exec(char *str, char **argv) {
|
||||
void exec(char *str, char **argv) {
|
||||
argv[0] = str;
|
||||
execvp(str, argv);
|
||||
// returns only if fails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue