ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/connection.C
(Generate patch)

Comparing gvpe/src/connection.C (file contents):
Revision 1.104 by root, Fri Jul 19 18:18:27 2013 UTC vs.
Revision 1.105 by root, Fri Jul 19 18:22:54 2013 UTC

1146 memcpy (snd_ecdh_b, p->response.ecdh, sizeof snd_ecdh_b); 1146 memcpy (snd_ecdh_b, p->response.ecdh, sizeof snd_ecdh_b);
1147 1147
1148 have_snd_auth = true; 1148 have_snd_auth = true;
1149 connection_established (rsi); 1149 connection_established (rsi);
1150 } 1150 }
1151
1152 break;
1153 } 1151 }
1154
1155 send_reset (rsi);
1156 break; 1152 break;
1157 1153
1158 case vpn_packet::PT_DATA_COMPRESSED: 1154 case vpn_packet::PT_DATA_COMPRESSED:
1159#if !ENABLE_COMPRESSION 1155#if !ENABLE_COMPRESSION
1160 send_reset (rsi); 1156 send_reset (rsi);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines