Return DITEM_SUCCESS from configInetd(), as apparently a success or
failure value is expected. Spotted by: gcc
This commit is contained in:
parent
ab32297d8d
commit
f5ad562c54
@ -985,6 +985,7 @@ configInetd(dialogMenuItem *self)
|
||||
}
|
||||
}
|
||||
restorescr(w);
|
||||
return DITEM_SUCCESS;
|
||||
}
|
||||
|
||||
int
|
||||
|
@ -985,6 +985,7 @@ configInetd(dialogMenuItem *self)
|
||||
}
|
||||
}
|
||||
restorescr(w);
|
||||
return DITEM_SUCCESS;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user