diff options
author | John Polstra <jdp@FreeBSD.org> | 2001-05-12 22:29:18 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2001-05-12 22:29:18 +0000 |
commit | 31410083ce33ada62f76429b710d602d248050b3 (patch) | |
tree | bb4829dda01d94384a17f2aab6776226ff279249 /net/pptpclient/files/patch-af | |
parent | Add ruby-sysvipc, a Ruby interface to use System V IPC system calls. (diff) |
Upgrade from version 1.0.2 to 1.0.3 and welcome Thomas Quinot as
the new maintainer of this port.
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
Notes
Notes:
svn path=/head/; revision=42558
Diffstat (limited to 'net/pptpclient/files/patch-af')
-rw-r--r-- | net/pptpclient/files/patch-af | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/pptpclient/files/patch-af b/net/pptpclient/files/patch-af deleted file mode 100644 index e47e99662601..000000000000 --- a/net/pptpclient/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- pptp_ctrl.c~ Thu Feb 19 07:42:14 1998 -+++ pptp_ctrl.c Sun Nov 14 11:12:03 1999 -@@ -513,7 +513,7 @@ - close_reason = PPTP_STOP_PROTOCOL; - goto pptp_conn_close; - } -- if (ntoh8(packet->result_code)!=1) { /* some problem with start */ -+ if (ntoh8(packet->result_code)!=1 && ntoh8(packet->result_code)!=0) { /* some problem with start */ - /* if result_code == 5, we might fall back to different version */ - if (conn->callback!=NULL) conn->callback(conn, CONN_OPEN_FAIL); - close_reason = PPTP_STOP_PROTOCOL; |