[pptp-server] pptpd in daemon mode when max connections reached or IP pool exhausted

Rodney D. Holm rholm at esoft.com
Sun May 7 04:39:53 CDT 2000


pptpd was dying in in daemon mode when the IP pool was exhausted,
this was being caused by a fprintf in pptpmanager.c:

*** pptpmanager.c.orig  Mon Oct  9 15:23:04 2000
--- pptpmanager.c       Mon Oct  9 15:23:17 2000
***************
*** 152,158 ****
  
                if (firstOpen == -1) {
                        syslog(LOG_ERR, "MGR: No free connection slots or IPs -
no more clients can connect!");
-                       fprintf(stderr, "No free connection slots or IPs
available - no more clients can connect!\n");
                        FD_CLR(hostSocket, &connSet);
                } else {
                        FD_SET(hostSocket, &connSet);
--- 152,157 ----



More information about the pptp-server mailing list