capwap_daemon
Closed this issue · 3 comments
Deleted user commented
This function can be replaced with the Linux system function daemon.
int daemon(int nochdir, int noclose);
RoadRunnr commented
Could you please be more specific. Which function can be replaced?
Besides, daemon(3) is a libc function, not a Linux system function.
Deleted user commented
void capwap_daemon(void);
RoadRunnr commented
You are right. I consider a micro cleanup. The current version might be redundant, but it is not wrong or broken.
Anyhow, you are welcome to submit a pull request to replace it.