diff options
| author | Kozlov Dmitry <dima@server> | 2010-09-06 18:27:02 +0400 |
|---|---|---|
| committer | Kozlov Dmitry <dima@server> | 2010-09-06 18:27:02 +0400 |
| commit | 45243dd2f2be49cd91be1dc28932e6c9040db6a1 (patch) | |
| tree | 652896ecd889d58d4a3c9d3232c85ff831b31699 /accel-pptpd/ctrl/pptp.c | |
| parent | af5a96e2d04056b065a36ecbd140a16d0685c7e6 (diff) | |
| download | accel-ppp-45243dd2f2be49cd91be1dc28932e6c9040db6a1.tar.gz accel-ppp-45243dd2f2be49cd91be1dc28932e6c9040db6a1.zip | |
working on radius module
Diffstat (limited to 'accel-pptpd/ctrl/pptp.c')
| -rw-r--r-- | accel-pptpd/ctrl/pptp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel-pptpd/ctrl/pptp.c b/accel-pptpd/ctrl/pptp.c index b503d85..66c0978 100644 --- a/accel-pptpd/ctrl/pptp.c +++ b/accel-pptpd/ctrl/pptp.c @@ -529,7 +529,6 @@ static void __init pptp_init(void) addr.sin_port = htons (PPTP_PORT); addr.sin_addr.s_addr = htonl (INADDR_ANY); if (bind (serv.hnd.fd, (struct sockaddr *) &addr, sizeof (addr)) < 0) { - perror("pptp: bind"); log_error("pptp: failed to bind socket: %s\n", strerror(errno)); close(serv.hnd.fd); return; |
