~ubuntu-branches/ubuntu/oneiric/openvpn/oneiric

« back to all changes in this revision

Viewing changes to ping.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-06-16 18:33:37 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110616183337-etb3qgbwjkn8zniq
Tags: upstream-2.2.0
ImportĀ upstreamĀ versionĀ 2.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
   * encrypt, sign, etc.
87
87
   */
88
88
  encrypt_sign (c, true);
 
89
  /* Set length to 0, so it won't be counted as activity */
 
90
  c->c2.buf.len = 0;
89
91
  dmsg (D_PING, "SENT PING");
90
92