|
|
@@ -1,14 +0,0 @@
|
|
|
---- pptpd-1.3.4.orig/ctrlpacket.c 2005-08-03 11:10:59.000000000 +0200
|
|
|
-+++ pptpd-1.3.4/ctrlpacket.c 2010-06-03 14:37:05.610979335 +0200
|
|
|
-@@ -377,9 +377,9 @@ void deal_start_ctrl_conn(unsigned char
|
|
|
- start_ctrl_conn_rply.bearer_cap = htons(OUR_BEARER);
|
|
|
- start_ctrl_conn_rply.max_channels = htons(MAX_CHANNELS);
|
|
|
- start_ctrl_conn_rply.firmware_rev = htons(PPTP_FIRMWARE_VERSION);
|
|
|
-- bzero(start_ctrl_conn_rply.hostname, MAX_HOSTNAME_SIZE);
|
|
|
-+ memset(start_ctrl_conn_rply.hostname, 0, MAX_HOSTNAME_SIZE);
|
|
|
- strncpy((char *)start_ctrl_conn_rply.hostname, PPTP_HOSTNAME, MAX_HOSTNAME_SIZE);
|
|
|
-- bzero(start_ctrl_conn_rply.vendor, MAX_VENDOR_SIZE);
|
|
|
-+ memset(start_ctrl_conn_rply.vendor, 0, MAX_VENDOR_SIZE);
|
|
|
- strncpy((char *)start_ctrl_conn_rply.vendor, PPTP_VENDOR, MAX_VENDOR_SIZE);
|
|
|
- COPY_CTRL_PACKET(start_ctrl_conn_rply, rply_packet, rply_size);
|
|
|
- DEBUG_PACKET("START CTRL CONN RPLY");
|