summaryrefslogtreecommitdiff
path: root/pptpd-1.3.3
diff options
context:
space:
mode:
authorxeb <xeb@mail.ru>2009-12-10 22:37:02 +0300
committerxeb <xeb@mail.ru>2009-12-10 22:37:02 +0300
commitbff559ff7527db6f85c8cc5385bbb6a34686c4cf (patch)
tree7efb885b1d226526bf8aad7681f7ebb34d1608b6 /pptpd-1.3.3
parent9db6020c32d86c330b470158805a2918d8d747dd (diff)
downloadaccel-ppp-xebd-bff559ff7527db6f85c8cc5385bbb6a34686c4cf.tar.gz
accel-ppp-xebd-bff559ff7527db6f85c8cc5385bbb6a34686c4cf.zip
Revert "using per-cpu threads for packet receiveing/transmiting"
This reverts commit 9db6020c32d86c330b470158805a2918d8d747dd.
Diffstat (limited to 'pptpd-1.3.3')
-rwxr-xr-xpptpd-1.3.3/configure2
-rw-r--r--pptpd-1.3.3/configure.in2
-rw-r--r--pptpd-1.3.3/pptpd.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/pptpd-1.3.3/configure b/pptpd-1.3.3/configure
index 61a0f04..c8c463e 100755
--- a/pptpd-1.3.3/configure
+++ b/pptpd-1.3.3/configure
@@ -2043,7 +2043,7 @@ fi
# Define the identity of the package.
PACKAGE=pptpd
- VERSION=0.8.5-rc1
+ VERSION=0.8.4
cat >>confdefs.h <<_ACEOF
diff --git a/pptpd-1.3.3/configure.in b/pptpd-1.3.3/configure.in
index db8f106..185963b 100644
--- a/pptpd-1.3.3/configure.in
+++ b/pptpd-1.3.3/configure.in
@@ -1,7 +1,7 @@
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(pptpd,0.8.5-rc1)
+AM_INIT_AUTOMAKE(pptpd,0.8.4)
AC_DEFINE(BCRELAY,[],"Enable Broadcast Relay")
AC_DEFINE(PPPD_VERSION,[],"PPPD version")
diff --git a/pptpd-1.3.3/pptpd.c b/pptpd-1.3.3/pptpd.c
index 69426ef..b6d2b6a 100644
--- a/pptpd-1.3.3/pptpd.c
+++ b/pptpd-1.3.3/pptpd.c
@@ -152,7 +152,7 @@ int main(int argc, char **argv)
/* open a connection to the syslog daemon */
openlog("pptpd", LOG_PID, PPTP_FACILITY);
- //syslog(LOG_ERR, "MGR: Config file not found!");
+ syslog(LOG_ERR, "MGR: Config file not found!");
/* process command line options */
while (1) {